Skip to content

Commit 8905fda

Browse files
authored
Bumped CI to 3.14. (#955)
1 parent 2e6e036 commit 8905fda

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-and-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
needs: pick-devN
3030
strategy:
3131
matrix:
32-
python_version: ['3.9', '3.10', '3.11', '3.12', '3.13']
32+
python_version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
3333
plat: ['manylinux_2_28', 'macos-13', 'macos-latest', 'windows-latest']
3434
include:
3535
- plat: manylinux_2_28

.github/workflows/run-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ ubuntu-latest, macos-13 ]
20-
python: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
20+
python: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
2121

2222
steps:
2323
- uses: actions/checkout@v4

.github/workflows/test-smoketests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ ubuntu-latest, macos-13, windows-latest ]
17-
python: [ '3.9', '3.10', '3.11', '3.12', '3.13']
17+
python: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1818

1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ ubuntu-latest, macos-13 ]
20-
python: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
20+
python: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)