Skip to content

Commit 00ffe5c

Browse files
authored
use 3.14.0 in CI (#1087)
also remove old pypys
1 parent c97a714 commit 00ffe5c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
matrix:
1616
PYTHON:
1717
- {VERSION: "3.8", NOXSESSION: "tests"}
18-
- {VERSION: "3.13", NOXSESSION: "tests"}
19-
- {VERSION: "3.13t", NOXSESSION: "tests"}
18+
- {VERSION: "3.14", NOXSESSION: "tests"}
19+
- {VERSION: "3.14t", NOXSESSION: "tests"}
2020
MACOS:
2121
- macos-15-intel
2222
- macos-latest
@@ -52,8 +52,8 @@ jobs:
5252
- {ARCH: 'arm64', WINDOWS: 'win-arm64', RUST_TRIPLE: 'aarch64-pc-windows-msvc', RUNNER: 'windows-11-arm'}
5353
PYTHON:
5454
- {VERSION: "3.8", NOXSESSION: "tests"}
55-
- {VERSION: "3.13", NOXSESSION: "tests"}
56-
- {VERSION: "3.13t", NOXSESSION: "tests"}
55+
- {VERSION: "3.14", NOXSESSION: "tests"}
56+
- {VERSION: "3.14t", NOXSESSION: "tests"}
5757
exclude:
5858
- WINDOWS: {ARCH: 'arm64', WINDOWS: 'win-arm64', RUST_TRIPLE: 'aarch64-pc-windows-msvc'}
5959
PYTHON: {VERSION: "3.8", NOXSESSION: "tests"}
@@ -94,10 +94,8 @@ jobs:
9494
- {VERSION: "3.12", NOXSESSION: "tests"}
9595
- {VERSION: "3.13", NOXSESSION: "tests"}
9696
- {VERSION: "3.13t", NOXSESSION: "tests"}
97-
- {VERSION: "3.14-dev", NOXSESSION: "tests"}
98-
- {VERSION: "3.14t-dev", NOXSESSION: "tests"}
99-
- {VERSION: "pypy-3.9", NOXSESSION: "tests"}
100-
- {VERSION: "pypy-3.10", NOXSESSION: "tests"}
97+
- {VERSION: "3.14", NOXSESSION: "tests"}
98+
- {VERSION: "3.14t", NOXSESSION: "tests"}
10199
- {VERSION: "pypy-3.11", NOXSESSION: "tests"}
102100

103101
# MSRV

0 commit comments

Comments
 (0)