summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorKurt McKee <contactme@kurtmckee.org>2022-06-19 15:23:25 -0500
committerGeorg Brandl <georg@python.org>2022-06-21 13:27:38 +0200
commit5c955c91a4bddcc72d0f43a77a1decc8e7a206ed (patch)
tree48c279e2b7eb6f5cd9d0684f414cc17c55cd347a /tox.ini
parent5d452171cb1ecf986f69ecee48bf063f956b61d5 (diff)
downloadpygments-git-5c955c91a4bddcc72d0f43a77a1decc8e7a206ed.tar.gz
Modify tox.ini to drop CPython 3.5 and PyPy3 testing
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a6b993bf..3d6dac4c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py35, py36, py37, py38, py39, py310, pypy3, lint
+envlist = py{36, 37, 38, 39, 310}, lint
[testenv]
deps =