Skip to content

Commit e594ec8

Browse files
committed
disable 3.11 for now
1 parent 97fbf48 commit e594ec8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ jobs:
8282
os: ubuntu-latest
8383
python-version: '3.10'
8484
tox-env: gmpy2py310
85-
- name: py3.11
86-
os: ubuntu-latest
87-
python-version: '3.11.0-alpha.3'
88-
tox-env: py311
85+
# Python 3.11a3 segfaults when running the test suite so skip it for now
86+
#- name: py3.11
87+
# os: ubuntu-latest
88+
# python-version: '3.11.0-alpha.3'
89+
# tox-env: py311
8990
- name: pypy
9091
os: ubuntu-latest
9192
python-version: pypy-2.7

0 commit comments

Comments
 (0)