Skip to content

Commit fa3ae5a

Browse files
jacobtylerwallsPierre-Sassoulas
authored andcommitted
Support Python 3.14
1 parent 707323a commit fa3ae5a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/primer-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
timeout-minutes: 5
3131
strategy:
3232
matrix:
33-
python-version: ["3.10", "3.11", "3.12", "3.13"]
33+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14-dev"]
3434
outputs:
3535
python-key: ${{ steps.generate-python-key.outputs.key }}
3636
steps:
@@ -72,7 +72,7 @@ jobs:
7272
needs: prepare-tests-linux
7373
strategy:
7474
matrix:
75-
python-version: ["3.10", "3.11", "3.12", "3.13"]
75+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14-dev"]
7676
steps:
7777
- name: Check out code from GitHub
7878
uses: actions/[email protected]

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
os: [ubuntu-latest]
34-
python-version: ["3.10", "3.11", "3.12", "3.13"]
34+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14-dev"]
3535
include:
3636
- os: macos-latest
3737
python-version: "3.10"
@@ -188,7 +188,7 @@ jobs:
188188
strategy:
189189
fail-fast: false
190190
matrix:
191-
python-version: ["3.10", "3.11", "3.12", "3.13"]
191+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14-dev"]
192192
steps:
193193
- name: Set temp directory
194194
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV

doc/whatsnew/fragments/10467.other

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Add support for Python 3.14.
2+
3+
Refs #10467

0 commit comments

Comments
 (0)