Skip to content

Commit

Permalink
Run tests with Python 3.9 in CI
Browse files Browse the repository at this point in the history
In preparation for dropping support for Python 3.8.
  • Loading branch information
dlax committed Oct 8, 2024
1 parent e0349cc commit a73af9f
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 @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
include:
- python: "3.8"
- python: "3.9"
psycopg: "psycopg2"
- python: "3.12"
psycopg: "psycopg3"
Expand Down

0 comments on commit a73af9f

Please sign in to comment.