1
1
2
2
[tox]
3
- envlist = py26, py27, py35, py36, py37, py38, py39, py310, py311, py312, py, pypy, pypy3, gmpy2py27, gmpy2py39, gmpy2py310, gmpypy27, gmpypy39, gmpypy310, codechecks
3
+ envlist = py26, py27, py35, py36, py37, py38, py39, py310, py311, py312, py313, py, pypy, pypy3, gmpy2py27, gmpy2py39, gmpy2py310, gmpypy27, gmpypy39, gmpypy310, codechecks
4
4
5
5
[testenv]
6
6
deps =
7
7
py{26}: unittest2
8
8
py{26}: hypothesis<3
9
- py{26,27,35,36,37,38,39,310,311,312,py,py3}: pytest
10
- py{27,35,36,37,38,39,310,311,312,py,py3}: hypothesis
11
- gmpy2py{27,39,310,311,312}: gmpy2
12
- gmpypy{27,39,310,311,312}: gmpy
13
- gmpy{2py27,2py39,2py310,2py311,2py312,py27,py39,py310,py311,py312}: pytest
14
- gmpy{2py27,2py39,2py310,2py311,2py312,py27,py39,py310,py311,py312}: hypothesis
9
+ py{26,27,35,36,37,38,39,310,311,312,313, py,py3}: pytest
10
+ py{27,35,36,37,38,39,310,311,312,313, py,py3}: hypothesis
11
+ gmpy2py{27,39,310,311,312,313 }: gmpy2
12
+ gmpypy{27,39,310,311,312,313 }: gmpy
13
+ gmpy{2py27,2py39,2py310,2py311,2py312,2py313, py27,py39,py310,py311,py312,py313 }: pytest
14
+ gmpy{2py27,2py39,2py310,2py311,2py312,2py313, py27,py39,py310,py311,py312,py313 }: hypothesis
15
15
# six==1.9.0 comes from setup.py install_requires
16
16
py27_old_six: six ==1.9.0
17
17
py27_old_six: pytest
@@ -53,6 +53,9 @@ basepython=python3.11
53
53
[testenv:gmpypy312]
54
54
basepython =python3.12
55
55
56
+ [testenv:gmpypy313]
57
+ basepython =python3.13
58
+
56
59
[testenv:gmpy2py27]
57
60
basepython =python2.7
58
61
@@ -68,6 +71,9 @@ basepython=python3.11
68
71
[testenv:gmpy2py312]
69
72
basepython =python3.12
70
73
74
+ [testenv:gmpy2py313]
75
+ basepython =python3.13
76
+
71
77
[testenv:instrumental]
72
78
basepython = python2.7
73
79
deps =
0 commit comments