summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-04-11 15:21:40 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-04-11 15:21:40 +0200
commit6e018fe2abc533dc069cc7f3f678332685a2351a (patch)
tree546cb794b7b67a914377ac856b3f896e2d1062e4 /tox.ini
parent6f5de192e0d7a62cdd61603a0fef3a5130c9eb1b (diff)
downloadqutebrowser-6e018fe2abc533dc069cc7f3f678332685a2351a.tar.gz
qutebrowser-6e018fe2abc533dc069cc7f3f678332685a2351a.zip
ci: Test a bigger sample of Python versions
- Make sure we still test Python 3.7 and 3.8 after dropping old PyQt versions in c5a51eb0bcbab0b68cdfbf3eba2e681cff2adf7a - Keep a modern Python version (3.11) with Qt 5 around, however - Make sure we still test Python 3.10 too - Also start testing the Python 3.12 alpha
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index db348ce3d..3c1759eb7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,6 +38,7 @@ basepython =
py39: {env:PYTHON:python3.9}
py310: {env:PYTHON:python3.10}
py311: {env:PYTHON:python3.11}
+ py312: {env:PYTHON:python3.12}
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/misc/requirements/requirements-tests.txt