Skip to content

Commit 7400c3c

Browse files
committed
Add Python 3.11 to test matrix
1 parent 5242773 commit 7400c3c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,10 @@ jobs:
8787
os: ubuntu-latest
8888
python-version: '3.10'
8989
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
90+
- name: py3.11
91+
os: ubuntu-latest
92+
python-version: '3.11.0-beta.3'
93+
tox-env: py311
9594
- name: pypy
9695
os: ubuntu-latest
9796
python-version: pypy-2.7

0 commit comments

Comments
 (0)