Skip to content

Commit 69d1f0e

Browse files
committed
Test more PyPy versions
1 parent 7f00fca commit 69d1f0e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,22 @@ jobs:
1919
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy-3.9", "pypy-3.10", "pypy-3.11"]
2020
backend: [base, hyperscan]
2121
exclude:
22+
# Hyperscan does hot have wheels for Python 3.9 on Windows.
23+
- os: windows
24+
python: "3.9"
25+
backend: hyperscan
2226
# Hyperscan does not have wheels for PyPy 3.9 and 3.11.
2327
- python: "pypy-3.9"
2428
backend: hyperscan
2529
- python: "pypy-3.11"
2630
backend: hyperscan
27-
# Hyperscan does hot have wheels for Python 3.9 on Windows.
31+
# Hyperscan does hot have wheels for PyPy 3.10 on Mac.
32+
- os: macos
33+
python: "pypy-3.10"
34+
backend: hyperscan
35+
# Hyperscan does hot have wheels for PyPy 3.10 on Windows.
2836
- os: windows
29-
python: "3.9"
37+
python: "pypy-3.10"
3038
backend: hyperscan
3139

3240
steps:

0 commit comments

Comments
 (0)