Skip to content

Commit e3c4c90

Browse files
committed
fix: remove python 3.9 from tox
Signed-off-by: Casper Nielsen <[email protected]>
1 parent 1c98d22 commit e3c4c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tox]
22
skipsdist = False
3-
minversion = 3.9.0
3+
minversion = 3.10.0
44
envlist =
5-
py{39,310,311,312,313}
5+
py{310,311,312,313}
66
flake8,
77
ruff,
88
mypy,

0 commit comments

Comments
 (0)