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:
87
87
os : ubuntu-latest
88
88
python-version : ' 3.10'
89
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
90
+ - name : py3.11
91
+ os : ubuntu-latest
92
+ python-version : ' 3.11.0-beta.3'
93
+ tox-env : py311
95
94
- name : pypy
96
95
os : ubuntu-latest
97
96
python-version : pypy-2.7
Original file line number Diff line number Diff line change 41
41
"Programming Language :: Python :: 3.7" ,
42
42
"Programming Language :: Python :: 3.8" ,
43
43
"Programming Language :: Python :: 3.9" ,
44
+ "Programming Language :: Python :: 3.10" ,
45
+ "Programming Language :: Python :: 3.11" ,
44
46
],
45
47
install_requires = ["six>=1.9.0" ],
46
48
extras_require = {"gmpy2" : "gmpy2" , "gmpy" : "gmpy" },
You can’t perform that action at this time.
0 commit comments