11[tox]
22min_version = 4.4
33envlist =
4- py{37,38, 39,310,311,py3}-{base,cryptography-only,pycryptodome-norsa,compatibility},
4+ py{39,310,311,312,313 ,py3}-{base,cryptography-only,pycryptodome-norsa,compatibility},
55 lint
66skip_missing_interpreters = True
77
88[gh-actions]
9- python =
10- 3.7: py37-{base,cryptography-only,pycryptodome-norsa,compatibility}
11- 3.8: py38-{base,cryptography-only,pycryptodome-norsa,compatibility}
9+ python =
1210 3.9: py39-{base,cryptography-only,pycryptodome-norsa,compatibility}
1311 3.10: py310-{base,cryptography-only,pycryptodome-norsa,compatibility}
1412 3.11: py311-{base,cryptography-only,pycryptodome-norsa,compatibility}
13+ 3.12: py312-{base,cryptography-only,pycryptodome-norsa,compatibility}
14+ 3.13: py313-{base,cryptography-only,pycryptodome-norsa,compatibility}
1515 pypy-3.9: pypy3-{base,cryptography-only,pycryptodome-norsa,compatibility}
1616
1717[testenv:basecommand]
@@ -56,7 +56,7 @@ extras =
5656 compatibility: {[testenv:compatibility]extras}
5757
5858[testenv:lint]
59- basepython = python3.10
59+ basepython = python3.12
6060skip_install = True
6161deps =
6262 flake8
@@ -69,7 +69,7 @@ commands =
6969
7070
7171[testenv:lintfix]
72- basepython = python3.10
72+ basepython = python3.12
7373skip_install = True
7474deps =
7575 isort
0 commit comments