Skip to content

Commit 7f1facf

Browse files
committed
avoid testing on python 3.13 since the postgres dependency is not yet available
1 parent 20e8ad8 commit 7f1facf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python-version: ["3.10", "3.11", "3.12", "3.13"]
26+
python-version: ["3.10", "3.11", "3.12"]
2727

2828
env:
2929
PGUSER: postgres

0 commit comments

Comments
 (0)