1
1
2
2
[tox]
3
- envlist = py26, py27, py33, py34, py35, py36, py37, py38, py39, py310, py, pypy, pypy3, gmpy2py27, gmpy2py39, gmpy2py310, gmpypy27, gmpypy39, gmpypy310, codechecks
3
+ envlist = py26, py27, py33, py34, py35, py36, py37, py38, py39, py310, py311, py, pypy, pypy3, gmpy2py27, gmpy2py39, gmpy2py310, gmpypy27, gmpypy39, gmpypy310, codechecks
4
4
5
5
[testenv]
6
6
deps =
@@ -11,12 +11,12 @@ deps =
11
11
py{26}: unittest2
12
12
py{26}: hypothesis<3
13
13
py{34}: attrs<21
14
- py{26,27,34,35,36,37,38,39,310,py,py3}: pytest
15
- py{27,34,35,36,37,38,39,310,py,py3}: hypothesis
16
- gmpy2py{27,39,310}: gmpy2
17
- gmpypy{27,39,310}: gmpy
18
- gmpy{2py27,2py39,2py310,py27,py39,py310}: pytest
19
- gmpy{2py27,2py39,2py310,py27,py39,py310}: hypothesis
14
+ py{26,27,34,35,36,37,38,39,310,311, py,py3}: pytest
15
+ py{27,34,35,36,37,38,39,310,311, py,py3}: hypothesis
16
+ gmpy2py{27,39,310,311 }: gmpy2
17
+ gmpypy{27,39,310,311 }: gmpy
18
+ gmpy{2py27,2py39,2py310,2py311, py27,py39,py310,py311 }: pytest
19
+ gmpy{2py27,2py39,2py310,2py311, py27,py39,py310,py311 }: hypothesis
20
20
# six==1.9.0 comes from setup.py install_requires
21
21
py27_old_six: six ==1.9.0
22
22
py27_old_six: pytest
@@ -53,6 +53,9 @@ basepython=python3.9
53
53
[testenv:gmpypy310]
54
54
basepython =python3.10
55
55
56
+ [testenv:gmpypy311]
57
+ basepython =python3.11
58
+
56
59
[testenv:gmpy2py27]
57
60
basepython =python2.7
58
61
@@ -62,6 +65,9 @@ basepython=python3.9
62
65
[testenv:gmpy2py310]
63
66
basepython =python3.10
64
67
68
+ [testenv:gmpy2py311]
69
+ basepython =python3.11
70
+
65
71
[testenv:instrumental]
66
72
basepython = python2.7
67
73
deps =
0 commit comments