Skip to content

Commit 2982f25

Browse files
authored
feat: add 3.14 to release and test matrix (#923)
1 parent 628fd85 commit 2982f25

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
platform: linux
2222
- os: windows
2323
ls: dir
24-
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
24+
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10
2525
- os: windows
2626
ls: dir
2727
target: aarch64
28-
interpreter: 3.11 3.12 3.13
28+
interpreter: 3.11 3.12 3.13 3.14
2929
- os: macos
3030
target: aarch64
31-
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
31+
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10
3232
- os: ubuntu
3333
platform: linux
3434
target: aarch64
@@ -44,11 +44,11 @@ jobs:
4444
- os: ubuntu
4545
platform: linux
4646
target: ppc64le
47-
interpreter: 3.9 3.10 3.11 3.12 3.13
47+
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14
4848
- os: ubuntu
4949
platform: linux
5050
target: s390x
51-
interpreter: 3.9 3.10 3.11 3.12 3.13
51+
interpreter: 3.9 3.10 3.11 3.12 3.13 3.14
5252

5353
runs-on: ${{ matrix.os }}-latest
5454
steps:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [Ubuntu, MacOS, Windows]
36-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
36+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
3737
defaults:
3838
run:
3939
shell: bash

0 commit comments

Comments
 (0)