1
1
2
2
[tox]
3
- envlist = py26, py27, py33, py34, py35, py36, py37, py38, py, pypy, pypy3, gmpy2py27, gmpy2py38 , gmpypy27, gmpypy38 , codechecks
3
+ envlist = py26, py27, py33, py34, py35, py36, py37, py38, py39, py, pypy, pypy3, gmpy2py27, gmpy2py39 , gmpypy27, gmpypy39 , codechecks
4
4
5
5
[testenv]
6
6
deps =
@@ -10,12 +10,12 @@ deps =
10
10
py{33}: hypothesis<3.44
11
11
py{26}: unittest2
12
12
py{26}: hypothesis<3
13
- py{26,27,34,35,36,37,38,py,py3}: pytest
14
- py{27,34,35,36,37,38,py,py3}: hypothesis
15
- gmpy2py{27,38 }: gmpy2
16
- gmpypy{27,38 }: gmpy
17
- gmpy{2py27,2py38 ,py27,py38 }: pytest
18
- gmpy{2py27,2py38 ,py27,py38 }: hypothesis
13
+ py{26,27,34,35,36,37,38,39, py,py3}: pytest
14
+ py{27,34,35,36,37,38,39, py,py3}: hypothesis
15
+ gmpy2py{27,39 }: gmpy2
16
+ gmpypy{27,39 }: gmpy
17
+ gmpy{2py27,2py39 ,py27,py39 }: pytest
18
+ gmpy{2py27,2py39 ,py27,py39 }: hypothesis
19
19
# six==1.9.0 comes from setup.py install_requires
20
20
py27_old_six: six ==1.9.0
21
21
py27_old_six: pytest
@@ -46,14 +46,14 @@ basepython = python2.7
46
46
[testenv:gmpypy27]
47
47
basepython =python2.7
48
48
49
- [testenv:gmpypy38 ]
50
- basepython =python3.8
49
+ [testenv:gmpypy39 ]
50
+ basepython =python3.9
51
51
52
52
[testenv:gmpy2py27]
53
53
basepython =python2.7
54
54
55
- [testenv:gmpy2py38 ]
56
- basepython =python3.8
55
+ [testenv:gmpy2py39 ]
56
+ basepython =python3.9
57
57
58
58
[testenv:coverage]
59
59
sitepackages =True
0 commit comments