Skip to content

Commit 42af0f9

Browse files
authored
Add Python 3.14 to tox.ini
1 parent ca10946 commit 42af0f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{39,310,311,312,313},
3+
py{39,310,311,312,313,314},
44
lint,
55
mypy
66

@@ -11,6 +11,7 @@ python =
1111
3.11: py311
1212
3.12: py312
1313
3.13: py313
14+
3.14: py314
1415

1516
[testenv]
1617
deps=-e.[test]

0 commit comments

Comments
 (0)