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 5242773 commit 7400c3cCopy full SHA for 7400c3c
.github/workflows/ci.yml
@@ -87,11 +87,10 @@ jobs:
87
os: ubuntu-latest
88
python-version: '3.10'
89
tox-env: gmpy2py310
90
- # Python 3.11a3 segfaults when running the test suite so skip it for now
91
- #- name: py3.11
92
- # os: ubuntu-latest
93
- # python-version: '3.11.0-alpha.3'
94
- # tox-env: py311
+ - name: py3.11
+ os: ubuntu-latest
+ python-version: '3.11.0-beta.3'
+ tox-env: py311
95
- name: pypy
96
97
python-version: pypy-2.7
0 commit comments