aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gottfried <kyle.gottfried@outlook.com>2023-10-10 18:34:57 -0400
committerGitHub <noreply@github.com>2023-10-10 15:34:57 -0700
commit96e3d4acbd8569835ef6f97f1bb966ddbcae4c30 (patch)
tree7f21e9cf8743c0728dacceff05def3df7e4c325c
parent8ec75c6503302e5281e91ef44f468f3ce3fae3ef (diff)
downloadyapf-96e3d4acbd8569835ef6f97f1bb966ddbcae4c30.tar.gz
Use python 3.12 for CI (#1132)
Drop 3.11 for 3.12
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ebf2d03..5e5b11e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ requires =
tox<4
tox-pyenv
tox-wheel
-envlist = py37,py38,py39,py310,py311
+envlist = py37,py38,py39,py310,py311,py312
# tox-wheel alias for `wheel_pep517 = true`
isolated_build = True
distshare = ./dist