Skip to content

Commit

Permalink
build: pypy3 no longer works in GHA?
Browse files Browse the repository at this point in the history
I'm confused, but these seem relevant:

actions/setup-python#244
actions/setup-python#164
  • Loading branch information
nedbat committed Dec 12, 2021
1 parent dff1ff4 commit 8d727ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/testsuite.yml
Expand Up @@ -39,11 +39,11 @@ jobs:
- "3.9"
- "3.10"
- "3.11.0-alpha.2"
- "pypy3"
exclude:
# Windows PyPy doesn't seem to work?
- os: windows-latest
python-version: "pypy3"
- "pypy-3.7"
#exclude:
# # Windows PyPy doesn't seem to work?
# - os: windows-latest
# python-version: "pypy-3.7"
fail-fast: false

steps:
Expand Down

0 comments on commit 8d727ea

Please sign in to comment.