Skip to content

Commit

Permalink
test with pypy on macos and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed May 11, 2023
1 parent e28379c commit ad7abd4
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/run-tests.yml
Expand Up @@ -12,20 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.7", "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.
- python-version: pypy-3.7
os: ubuntu-latest
experimental: false
- python-version: pypy-3.8
os: ubuntu-latest
experimental: false
- python-version: pypy-3.9
os: ubuntu-latest
experimental: false

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

0 comments on commit ad7abd4

Please sign in to comment.