Skip to content

Commit f9b8814

Browse files
committed
Add support for Python 3.14
1 parent 76aa8cc commit f9b8814

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 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.9', '3.10', '3.11', '3.12', '3.13']
12+
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1313

1414
steps:
1515
- name: Checkout
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
38+
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
3939
check_formatting: ['0']
4040
extra_name: ['']
4141
include:
@@ -50,6 +50,7 @@ jobs:
5050
if: "!endsWith(matrix.python, '-dev')"
5151
with:
5252
python-version: ${{ matrix.python }}
53+
allow-prereleases: true
5354
cache: pip
5455
cache-dependency-path: test-requirements.txt
5556
- name: Setup python (dev)
@@ -71,7 +72,7 @@ jobs:
7172
strategy:
7273
fail-fast: false
7374
matrix:
74-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
75+
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
7576
steps:
7677
- name: Checkout
7778
uses: actions/checkout@v4

0 commit comments

Comments
 (0)