Skip to content

Commit

Permalink
ci: test against final Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Jan 4, 2025
1 parent 4dfa680 commit 947f731
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
pull_request:

jobs:
tests:
name: Unit tests run
linux:
runs-on: ubuntu-latest

strategy:
Expand All @@ -21,15 +20,15 @@ jobs:
- {python: "3.10", postgres: "14"}
- {python: "3.11", postgres: "15"}
- {python: "3.12", postgres: "16"}
- {python: "3.13-dev", postgres: "17"}
- {python: "3.13", postgres: "17"}

# Opposite extremes of the supported Py/PG range, other architecture
- {python: "3.8", postgres: "17", architecture: "x86"}
- {python: "3.9", postgres: "16", architecture: "x86"}
- {python: "3.10", postgres: "15", architecture: "x86"}
- {python: "3.11", postgres: "14", architecture: "x86"}
- {python: "3.12", postgres: "13", architecture: "x86"}
- {python: "3.13-dev", postgres: "12", architecture: "x86"}
- {python: "3.13", postgres: "12", architecture: "x86"}

env:
PSYCOPG2_TESTDB: postgres
Expand Down

0 comments on commit 947f731

Please sign in to comment.