Skip to content

Commit ee58a3b

Browse files
committed
modify tox.ini
Signed-off-by: Simoh23999 <[email protected]>
1 parent baaf29c commit ee58a3b

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
@@ -8,7 +8,7 @@ minversion = 4.0
88
envlist =
99
flake8
1010
mypy-{current,lowest}
11-
py{313,312,311,310,39,38}-{allExtras,noExtras}
11+
py{313,312,311,310}-{allExtras,noExtras}
1212
bandit
1313
skip_missing_interpreters = True
1414
usedevelop = False
@@ -33,7 +33,7 @@ setenv =
3333
commands =
3434
# mypy config is in own file: `.mypy.ini`
3535
!lowest: poetry run mypy
36-
lowest: poetry run mypy --python-version=3.8
36+
lowest: poetry run mypy --python-version=3.10
3737

3838
[testenv:flake8]
3939
commands =

0 commit comments

Comments
 (0)