Skip to content

Commit e47e34d

Browse files
authored
Update tox.ini to exclude Python 3.9
Removed Python 3.9 from the environment list.
1 parent a56dd2e commit e47e34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires =
33
tox>=4.2
44
env_list =
5-
py{314, 313, 312, 311, 310, 39}
5+
py{314, 313, 312, 311, 310}
66

77
[testenv]
88
deps =

0 commit comments

Comments
 (0)