Skip to content

Commit 38b470a

Browse files
Test more python versions (#1358)
1 parent 4854752 commit 38b470a

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Diff for: .github/workflows/ci.yml

+8-10
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,14 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
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-
- os: ubuntu-latest
32-
python-version: "3.11"
33-
- os: ubuntu-latest
34-
python-version: "3.12"
25+
python-version:
26+
- "3.9"
27+
- "3.10"
28+
- "3.11"
29+
- "3.12"
30+
- "3.13"
31+
- "pypy-3.9"
32+
- "pypy-3.10"
3533
steps:
3634
- name: Checkout
3735
uses: actions/checkout@v4

0 commit comments

Comments
 (0)