11[tox]
2- envlist = py39, py310,py311,py312,py313,pypy3,coverage,py{39, 310,311,312,313}-mypy,py{39, 310,311,312,313}-lint,format,bandit
2+ envlist = py310,py311,py312,py313,pypy3,coverage,py{310,311,312,313,314 }-mypy,py{310,311,312,313,314 }-lint,format,bandit
33labels =
4- test = py39, py310,py311,py312,py313
4+ test = py310,py311,py312,py313,py314
55
66[testenv]
77allowlist_externals = poetry
@@ -25,7 +25,7 @@ commands =
2525 {posargs}
2626
2727[testenv:coverage]
28- depends = py39, py310, py311, py312, py313
28+ depends = py310, py311, py312, py313, py314
2929deps = coverage[toml]
3030commands =
3131 coverage combine
@@ -40,7 +40,7 @@ commands =
4040 isort --check .
4141 black --check .
4242
43- [testenv:py{39, 310,311,312,313}-mypy]
43+ [testenv:py{310,311,312,313,314 }-mypy]
4444labels = mypy
4545deps =
4646 mypy
@@ -49,11 +49,11 @@ deps =
4949commands =
5050 mypy --config-file ={toxinidir}/pyproject.toml -p basilisp
5151
52- [testenv:py{39, 310,311,312,313}-lint]
52+ [testenv:py{310,311,312,313,314 }-lint]
5353labels = lint
5454deps =
55- pylint >=3 .0.0,<4 .0.0
56- pytest >=7.0.0,<8 .0.0
55+ pylint >=4 .0.0,<5 .0.0
56+ pytest >=7.0.0,<9 .0.0
5757 ruff >=0.1.0,<1.0.0
5858 sphinx
5959commands =
0 commit comments