Skip to content

Commit 6faeec7

Browse files
committed
build: s/312/313/g
Change-Id: I4a37350d46821b9b54357e5f3e8422e6aac92431
1 parent b5f9a22 commit 6faeec7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[tox]
2-
envlist = py{311,312}-{lint,pytest,mypy}
2+
envlist = py{311,313}-{lint,pytest,mypy}
33

4-
[testenv:py{311,312}-lint]
4+
[testenv:py{311,313}-lint]
55
commands =
66
black --check --diff majavahbot setup.py
77
isort --check --diff majavahbot setup.py
88
deps =
99
black
1010
isort
1111

12-
[testenv:py{311,312}-pytest]
12+
[testenv:py{311,313}-pytest]
1313
commands = pytest
1414
deps =
1515
pytest
1616

17-
[testenv:py{311,312}-mypy]
17+
[testenv:py{311,313}-mypy]
1818
commands = mypy majavahbot
1919
deps =
2020
mypy

0 commit comments

Comments
 (0)