Skip to content

Commit b3c9217

Browse files
committed
CI: Re-add PyPy 3.7 for platforms that still have it.
1 parent 2f3d4e5 commit b3c9217

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- "3.7"
2626
- "3.6"
2727
- "pypy-2.7"
28+
- "pypy-3.7"
2829
- "pypy-3.8"
2930
- "pypy-3.9"
3031
- "pypy-3.10"
@@ -56,6 +57,8 @@ jobs:
5657
python-version: "3.6"
5758
- os: macos-latest
5859
python-version: "3.7"
60+
- os: macos-latest
61+
python-version: pypy-3.7
5962

6063
- os: macos-11
6164
lua-version: lua5.2

0 commit comments

Comments
 (0)