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 13de53c commit cfa090cCopy full SHA for cfa090c
.github/workflows/tests.yml
@@ -24,16 +24,18 @@ jobs:
24
fail-fast: false
25
matrix:
26
os: [ubuntu-latest, windows-latest, macos-latest]
27
- python-version: ["3.8", "3.12"]
+ python-version: ["3.8", "3.13"]
28
include:
29
- - os: windows-latest
30
- python-version: "3.9"
31
- os: ubuntu-latest
32
- python-version: "pypy-3.8"
+ python-version: "3.9"
33
34
python-version: "3.10"
35
- - os: macos-latest
+ - os: ubuntu-latest
36
python-version: "3.11"
+ python-version: "3.12"
37
38
+ python-version: "pypy-3.10"
39
40
steps:
41
- uses: actions/checkout@v4
0 commit comments