We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fbf48 commit e594ec8Copy full SHA for e594ec8
.github/workflows/ci.yml
@@ -82,10 +82,11 @@ jobs:
82
os: ubuntu-latest
83
python-version: '3.10'
84
tox-env: gmpy2py310
85
- - name: py3.11
86
- os: ubuntu-latest
87
- python-version: '3.11.0-alpha.3'
88
- tox-env: py311
+ # Python 3.11a3 segfaults when running the test suite so skip it for now
+ #- name: py3.11
+ # os: ubuntu-latest
+ # python-version: '3.11.0-alpha.3'
89
+ # tox-env: py311
90
- name: pypy
91
92
python-version: pypy-2.7
0 commit comments