Skip to content

Commit

Permalink
Add Python 3.13.0a6 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
befeleme committed Apr 25, 2024
1 parent 3b9aa7c commit e25f488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- {python: "3.10", postgres: "14"}
- {python: "3.11", postgres: "15"}
- {python: "3.12", postgres: "16"}
- {python: "3.13.0-alpha.6", postgres: "16"}

# Opposite extremes of the supported Py/PG range, other architecture
- {python: "3.7", postgres: "16", architecture: "x86"}
Expand All @@ -27,6 +28,7 @@ jobs:
- {python: "3.10", postgres: "13", architecture: "x86"}
- {python: "3.11", postgres: "11", architecture: "x86"}
- {python: "3.12", postgres: "10", architecture: "x86"}
- {python: "3.13.0-alpha.6", postgres: "10", architecture: "x86"}

env:
PSYCOPG2_TESTDB: postgres
Expand Down

0 comments on commit e25f488

Please sign in to comment.