Skip to content

Commit 73d38c4

Browse files
authored
Update Python versions in CI (#539)
1 parent f6aec98 commit 73d38c4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- "3.11"
2020
- "3.12"
2121
- "3.13"
22+
- "3.14"
2223
- "pypy-3.10"
2324
os:
2425
- "ubuntu-latest"
@@ -32,7 +33,7 @@ jobs:
3233
- os: "ubuntu-latest"
3334
pytest-args: "--cov"
3435
- os: "ubuntu-latest"
35-
py: "pypy-3.7"
36+
py: "pypy-3.10"
3637
pytest-args: ""
3738
exclude:
3839
# Linux and macOS don't have x86 python
@@ -42,7 +43,7 @@ jobs:
4243
architecture: x86
4344
# PyPy3 on Windows doesn't seem to work
4445
- os: "windows-latest"
45-
py: "pypy-3.7"
46+
py: "pypy-3.10"
4647
# macOS py3.10 doesn't seem to work.
4748
- os: "macos-latest"
4849
py: "3.10"

0 commit comments

Comments
 (0)