summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIevgen Popovych <jmennius@gmail.com>2023-11-29 22:22:22 +0200
committerIevgen Popovych <jmennius@gmail.com>2023-11-30 11:48:08 +0200
commit3678b4d5f631e3496adb1f09d799b61c2614f0f9 (patch)
tree9b17c84359664be9fa5208a161c29a631154e91d /tox.ini
parent3739a7790ba92c34098df3d804f27a1d8429f9fe (diff)
downloadpyramid-3678b4d5f631e3496adb1f09d799b61c2614f0f9.tar.gz
pyramid-3678b4d5f631e3496adb1f09d799b61c2614f0f9.tar.bz2
pyramid-3678b4d5f631e3496adb1f09d799b61c2614f0f9.zip
Add 3.12 to CI, tox and metadata; use latest black and flake8
Signed-off-by: Ievgen Popovych <jmennius@gmail.com>
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