summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini14
1 files changed, 7 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index 592388f56..84e74a446 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,8 @@
[tox]
envlist =
lint,
- py37,py38,py39,py310,py311,pypy3,
- py311-cover,coverage,
+ py37,py38,py39,py310,py311,py312,pypy3,
+ py312-cover,coverage,
docs
isolated_build = true
@@ -16,7 +16,7 @@ extras =
setenv =
COVERAGE_FILE=.coverage.{envname}
-[testenv:py311-cover]
+[testenv:py312-cover]
commands =
python --version
pytest --cov {posargs:}
@@ -32,9 +32,9 @@ commands =
python -m build .
twine check dist/*
deps =
- flake8~=5.0.4
- black~=22.12.0
- isort~=5.10
+ flake8~=6.1.0
+ black~=23.11.0
+ isort~=5.12
build
check-manifest
readme_renderer
@@ -64,7 +64,7 @@ deps =
coverage
setenv =
COVERAGE_FILE=.coverage
-depends = py311-cover
+depends = py312-cover
[testenv:format]
skip_install = true