Skip to content

Commit

Permalink
Run tests with Python 3.13 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlax committed Oct 8, 2024
1 parent c935190 commit 912f7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
include:
- python: "3.9"
psycopg: "psycopg2"
- python: "3.12"
- python: "3.13"
psycopg: "psycopg3"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 912f7b9

Please sign in to comment.