summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-12-02 18:42:35 +0200
committerHugo van Kemenade <hugovk@users.noreply.github.com>2022-12-02 18:42:35 +0200
commit0d4118d94964a87701b5a266f0ed816cf7fe0377 (patch)
treee20b9f0c7cf7421949624cb906aed6c4eab491da /tox.ini
parent1e48317df1468c2d3550d4251cb5649a407c52cc (diff)
downloadfeedgenerator-0d4118d94964a87701b5a266f0ed816cf7fe0377.tar.gz
Test Python 3.12-dev
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index beaf555..c2264be 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py{3.6,3.7,3.8,3.9,3.10,3.11}
+envlist = py{3.6,3.7,3.8,3.9,3.10,3.11,3.12}
[testenv]
basepython =
@@ -9,6 +9,7 @@ basepython =
py3.9: python3.9
py3.10: python3.10
py3.11: python3.11
+ py3.12: python3.12
commands =
{envpython} --version
pytest