Skip to content

Commit 9c36f9b

Browse files
committed
Update list of supported environments in tox
The PR #176 adjusted GitHub CI to run against latest python versions, but the tox configuration does not respect this change. This commit updates the tox as well.
1 parent 4865e76 commit 9c36f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{37,38,39,linting},mypy
3+
py{38,39,310,311,312,linting},mypy
44

55
[pytest]
66
norecursedirs = .git .tox env coverage docs

0 commit comments

Comments
 (0)