Skip to content

Commit 29a3cd0

Browse files
authored
Merge pull request #302 from tlsfuzzer/py3.11
Add Python 3.11 to test matrix, update python 3.10 docs
2 parents 5242773 + 8c390df commit 29a3cd0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-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

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"Programming Language :: Python :: 3.7",
4242
"Programming Language :: Python :: 3.8",
4343
"Programming Language :: Python :: 3.9",
44+
"Programming Language :: Python :: 3.10",
45+
"Programming Language :: Python :: 3.11",
4446
],
4547
install_requires=["six>=1.9.0"],
4648
extras_require={"gmpy2": "gmpy2", "gmpy": "gmpy"},

0 commit comments

Comments
 (0)