Skip to content

Commit

Permalink
CI: Re-add PyPy 3.7 for platforms that still have it.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed May 31, 2024
1 parent 2f3d4e5 commit b3c9217
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- "3.7"
- "3.6"
- "pypy-2.7"
- "pypy-3.7"
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
Expand Down Expand Up @@ -56,6 +57,8 @@ jobs:
python-version: "3.6"
- os: macos-latest
python-version: "3.7"
- os: macos-latest
python-version: pypy-3.7

- os: macos-11
lua-version: lua5.2
Expand Down

0 comments on commit b3c9217

Please sign in to comment.