Skip to content

Commit 0a425e3

Browse files
[Resolve #1539] Drop Python 3.8 support (#1540)
1 parent 9810156 commit 0a425e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
isolated_build = true
3-
envlist = py{38,39,310,311,312}
3+
envlist = py{39,310,311,312}
44
skip_missing_interpreters = true
55

66
# set for poetry to manages dependencies in tox testenv targets

0 commit comments

Comments
 (0)