Skip to content

Commit 3022253

Browse files
authored
test on pypy 3.8 and pypy 3.9 on windows and macos (#6424)
1 parent b639e66 commit 3022253

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/run-tests.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
15+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev", "pypy-3.8", "pypy-3.9"]
1616
os: [ubuntu-22.04, macOS-latest, windows-latest]
1717
include:
18-
# pypy-3.7 on Mac OS currently fails trying to compile
19-
# brotlipy. Moving pypy3 to only test linux.
18+
# pypy-3.7 on Windows and Mac OS currently fails trying to compile
19+
# cryptography. Moving pypy-3.7 to only test linux.
2020
- python-version: pypy-3.7
2121
os: ubuntu-latest
22-
experimental: false
2322

2423
steps:
2524
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)