Skip to content

Commit 2a7bf91

Browse files
committed
allow tox to run on python3.13
1 parent 3d7d07f commit 2a7bf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ profile = "black"
102102
legacy_tox_ini = '''
103103
[tox]
104104
skip_missing_interpreters = True
105-
envlist = py{37,38,39,310,311,312}
105+
envlist = py{37,38,39,310,311,312,313}
106106
107107
[testenv]
108108
usedevelop = True

0 commit comments

Comments
 (0)