Skip to content

Commit cf410a7

Browse files
committed
Remove unsupported pypy3.7
1 parent 1d3c0b0 commit cf410a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Test all supported versions on Ubuntu:
2020
os: [ubuntu-latest]
2121
# Skip 3.12-dev, pending https://github.com/python-greenlet/greenlet/issues/323
22-
python: [pypy3.7, pypy3.8, pypy3.9, "3.7", "3.8", "3.9", "3.10", 3.11-dev]
22+
python: [pypy3.8, pypy3.9, "3.7", "3.8", "3.9", "3.10", 3.11-dev]
2323
experimental: [false]
2424
include:
2525
# Also test macOS and Windows:

0 commit comments

Comments
 (0)