Skip to content

Commit

Permalink
Merge pull request #302 from tlsfuzzer/py3.11
Browse files Browse the repository at this point in the history
Add Python 3.11 to test matrix, update python 3.10 docs
  • Loading branch information
tomato42 committed Jun 25, 2022
2 parents 5242773 + 8c390df commit 29a3cd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,10 @@ jobs:
os: ubuntu-latest
python-version: '3.10'
tox-env: gmpy2py310
# 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'
# tox-env: py311
- name: py3.11
os: ubuntu-latest
python-version: '3.11.0-beta.3'
tox-env: py311
- name: pypy
os: ubuntu-latest
python-version: pypy-2.7
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
install_requires=["six>=1.9.0"],
extras_require={"gmpy2": "gmpy2", "gmpy": "gmpy"},
Expand Down

0 comments on commit 29a3cd0

Please sign in to comment.