Skip to content

Commit

Permalink
Update workflow to allow PyPy 3.6 testing
Browse files Browse the repository at this point in the history
See actions/setup-python#244 for more info.
  • Loading branch information
parafoxia committed Dec 13, 2021
1 parent 9b76d16 commit f54d4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-10.15, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev", "pypy-3.6", "pypy-3.7", "pypy-3.8"]

name: Test
Expand Down

0 comments on commit f54d4f1

Please sign in to comment.