Skip to content

Commit

Permalink
Merge pull request #6020 from nateprewitt/pypy_37
Browse files Browse the repository at this point in the history
Update 3.10-dev to 3.10 and add pypy-3.7 in CI
  • Loading branch information
sigmavirus24 committed Dec 29, 2021
2 parents 28d537d + 86bbee7 commit b0829a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -9,13 +9,15 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10-dev]
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-18.04, macOS-latest, windows-latest]
include:
# pypy3 on Mac OS currently fails trying to compile
# brotlipy. Moving pypy3 to only test linux.
- python-version: pypy3
os: ubuntu-latest
- python-version: pypy-3.7
os: ubuntu-latest

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

0 comments on commit b0829a8

Please sign in to comment.