Skip to content

Commit 52c4877

Browse files
authored
Update test matrix to exclude Python 3.13 and 3.14
1 parent d83004b commit 52c4877

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ jobs:
7878
exclude:
7979
- python-version: '3.9'
8080
database: psycopg3
81+
- python-version: '3.13'
82+
database: postgis
83+
- python-version: '3.13'
84+
database: postgresql
85+
- python-version: '3.14'
86+
database: postgis
87+
- python-version: '3.14'
88+
database: postgresql
8189
# Add postgis3 to our matrix for modern Python versions
8290
include:
8391
- python-version: '3.13'

0 commit comments

Comments
 (0)