Skip to content

Commit dbf870c

Browse files
committed
Update CI python versions to include 3.13 and 3.14
1 parent 25aeedf commit dbf870c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python: ["3.9", "3.10", "3.11", "3.12"]
18+
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1919
database: ["sqlite"]
2020

2121
steps:
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
strategy:
4747
matrix:
48-
python: ["3.12"]
48+
python: ["3.14"]
4949
database: ["postgres"]
5050

5151
services:
@@ -92,7 +92,7 @@ jobs:
9292
runs-on: ubuntu-latest
9393
strategy:
9494
matrix:
95-
python: ["3.12"]
95+
python: ["3.14"]
9696
database: ["mysql"]
9797

9898
services:

0 commit comments

Comments
 (0)