File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" },
You can’t perform that action at this time.
0 commit comments