We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6aec98 commit 73d38c4Copy full SHA for 73d38c4
1 file changed
.github/workflows/ci-tests.yml
@@ -19,6 +19,7 @@ jobs:
19
- "3.11"
20
- "3.12"
21
- "3.13"
22
+ - "3.14"
23
- "pypy-3.10"
24
os:
25
- "ubuntu-latest"
@@ -32,7 +33,7 @@ jobs:
32
33
- os: "ubuntu-latest"
34
pytest-args: "--cov"
35
- py: "pypy-3.7"
36
+ py: "pypy-3.10"
37
pytest-args: ""
38
exclude:
39
# Linux and macOS don't have x86 python
@@ -42,7 +43,7 @@ jobs:
42
43
architecture: x86
44
# PyPy3 on Windows doesn't seem to work
45
- os: "windows-latest"
46
47
# macOS py3.10 doesn't seem to work.
48
- os: "macos-latest"
49
py: "3.10"
0 commit comments