We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4854752 commit 38b470aCopy full SHA for 38b470a
.github/workflows/ci.yml
@@ -22,16 +22,14 @@ jobs:
22
fail-fast: false
23
matrix:
24
os: [ubuntu-latest, windows-latest, macos-latest]
25
- python-version: ["3.9", "3.13"]
26
- include:
27
- - os: ubuntu-latest
28
- python-version: "pypy-3.9"
29
- - os: macos-latest
30
- python-version: "3.10"
31
32
- python-version: "3.11"
33
34
- python-version: "3.12"
+ python-version:
+ - "3.9"
+ - "3.10"
+ - "3.11"
+ - "3.12"
+ - "3.13"
+ - "pypy-3.9"
+ - "pypy-3.10"
35
steps:
36
- name: Checkout
37
uses: actions/checkout@v4
0 commit comments