Skip to content

Commit ea27446

Browse files
committed
Add support for Python 3.13 3.14 3.14t
1 parent a1cc169 commit ea27446

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
12+
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
1313

1414
steps:
1515
- name: Checkout
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev']
38+
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev', '3.12', '3.13', '3.14', '3.14t']
3939
check_formatting: ['0']
4040
extra_name: ['']
4141
include:
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
fail-fast: false
7373
matrix:
74-
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
74+
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
7575
steps:
7676
- name: Checkout
7777
uses: actions/checkout@v4

0 commit comments

Comments
 (0)