Skip to content

Commit

Permalink
test on pypy 3.8 and pypy 3.9 on windows and macos (#6424)
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed May 15, 2023
1 parent b639e66 commit 3022253
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run-tests.yml
Expand Up @@ -12,14 +12,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev", "pypy-3.8", "pypy-3.9"]
os: [ubuntu-22.04, macOS-latest, windows-latest]
include:
# pypy-3.7 on Mac OS currently fails trying to compile
# brotlipy. Moving pypy3 to only test linux.
# pypy-3.7 on Windows and Mac OS currently fails trying to compile
# cryptography. Moving pypy-3.7 to only test linux.
- python-version: pypy-3.7
os: ubuntu-latest
experimental: false

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3022253

Please sign in to comment.