Skip to content

Commit b22ff0a

Browse files
authored
fix: tox.ini missing change
1 parent 21934fe commit b22ff0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
description = Default tox environments list
33
envlist =
4-
style,py{39,310,311,312}{,-coverage},doc
4+
style,py{39,310,311,312,313}{,-coverage},doc
55
skip_missing_interpreters = true
66

77
[testenv]
@@ -46,4 +46,4 @@ allowlist_externals = make
4646
commands =
4747
python archive_examples.py
4848
make -C doc html
49-
make -C doc pdf
49+
make -C doc pdf

0 commit comments

Comments
 (0)