Skip to content

Commit 71bd2d9

Browse files
authored
Update tox.ini to drop Python 3.9 (#24)
1 parent 95d5ece commit 71bd2d9

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,7 +1,7 @@
11
[tox]
22
recreate = true
33
skipsdist = true
4-
envlist = py{39,310,311,312}
4+
envlist = py{310,311,312,313}
55
toxworkdir = /tmp/.tox
66

77
[testenv]

0 commit comments

Comments
 (0)