Skip to content

Commit 7d12a1a

Browse files
committed
Fix tox.ini
1 parent d8b3354 commit 7d12a1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[tox]
22
min_version = 4.4
33
envlist =
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
66
skip_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
6060
skip_install= True
6161
deps =
6262
flake8
@@ -69,7 +69,7 @@ commands =
6969

7070

7171
[testenv:lintfix]
72-
basepython = python3.10
72+
basepython = python3.12
7373
skip_install= True
7474
deps =
7575
isort

0 commit comments

Comments
 (0)