Skip to content

Commit

Permalink
Remove Python 3.8 support from tox
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Aug 13, 2024
1 parent 983b0c1 commit 35fcfaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[tox]
distribute = False
envlist = py{38,39,310,311,312}-{pil,nopil}
envlist = py{39,310,311,312}-{pil,nopil}
skip_missing_interpreters = True

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
Expand Down

0 comments on commit 35fcfaf

Please sign in to comment.