Skip to content

Commit

Permalink
avoid testing on python 3.13 since the postgres dependency is not yet…
Browse files Browse the repository at this point in the history
… available
  • Loading branch information
pattonw committed Oct 11, 2024
1 parent 20e8ad8 commit 7f1facf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12"]

env:
PGUSER: postgres
Expand Down

0 comments on commit 7f1facf

Please sign in to comment.