Skip to content

Commit 35fcfaf

Browse files
committed
Remove Python 3.8 support from tox
1 parent 983b0c1 commit 35fcfaf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[tox]
22
distribute = False
3-
envlist = py{38,39,310,311,312}-{pil,nopil}
3+
envlist = py{39,310,311,312}-{pil,nopil}
44
skip_missing_interpreters = True
55

66
[gh-actions]
77
python =
8-
3.8: py38
98
3.9: py39
109
3.10: py310
1110
3.11: py311

0 commit comments

Comments
 (0)