Skip to content

Commit 136743b

Browse files
committed
Python 3.6 is not supported by pip >= 22
1 parent 4a1c4fb commit 136743b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tox]
22
# Don't forget to adjust CI when changing this
33
envlist =
4-
# Python 3.6 has its own part because the devel version of
5-
# pip in its master branch does not support it anymore.
6-
py36-pip{90,192,193,203,213,latest}-toml
7-
py36-pip{90,latest}-pytoml
4+
# Python 3.6 has its own part because pip >= 22
5+
# does not support it anymore.
6+
py36-pip{90,192,193,203,213}-toml
7+
py36-pip{90}-pytoml
88
py{37,38,39}-pip{90,192,193,203,213,latest,git}-toml
99
py{38,39}-pip{90,latest,git}-pytoml
1010
py310-pip{192,193,203,213,latest,git}-toml

0 commit comments

Comments
 (0)