Skip to content

Commit 3b6c613

Browse files
author
Christian Riedel
committed
update tested python versions
1 parent e70661a commit 3b6c613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ commands =
6666
safety check -r {envtmpdir}/requirements.txt --full-report
6767

6868

69-
[testenv:py{py3,39,38,37,36}]
69+
[testenv:py{py3,312,311,310,39}]
7070
description = run tests with {basepython}
7171
extras = testing
7272
commands =
@@ -82,7 +82,7 @@ commands =
8282
[testenv:coverage]
8383
description = combine coverage data and create report; generates a diff coverage
8484
against origin/master (can be changed by setting DIFF_AGAINST env var)
85-
depends = py{py3,39,38,37,36}
85+
depends = py{py3,312,311,310,39}
8686
passenv =
8787
{[testenv]passenv}
8888
DIFF_AGAINST

0 commit comments

Comments
 (0)