Skip to content

Commit fcaf941

Browse files
committed
Skip 3.12-dev pending Greenlet support
1 parent 8e43134 commit fcaf941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
matrix:
1919
# Test all supported versions on Ubuntu:
2020
os: [ubuntu-latest]
21-
python: [pypy3.7, pypy3.8, pypy3.9, "3.7", "3.8", "3.9", "3.10", 3.11-dev, 3.12-dev]
21+
# 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]
2223
include:
2324
# Also test macOS and Windows:
2425
- os: macos-latest

0 commit comments

Comments
 (0)