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 a27f829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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-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 All @@ -57,6 +57,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
if: ${{ matrix.os != "macos-latest" && matrix.python_version != "pypy-3.6" }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit a27f829

Please sign in to comment.