Skip to content

Commit d6f1659

Browse files
Fix typo in tox.ini
Oops, dot should be comma. Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 0bfb2a9 commit d6f1659

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
@@ -27,7 +27,7 @@ deps =
2727
-r{toxinidir}/docs/requirements.txt
2828

2929

30-
[testenv:py{310.311,312,313}]
30+
[testenv:py{310,311,312,313}]
3131
sitepackages = False
3232
skipsdist = False
3333
recreate = True

0 commit comments

Comments
 (0)