Skip to content

Commit 5858bba

Browse files
committed
Add 3.13 to basepython
1 parent aed18d4 commit 5858bba

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
@@ -766,13 +766,14 @@ basepython =
766766
py3.10: python3.10
767767
py3.11: python3.11
768768
py3.12: python3.12
769+
py3.13: python3.13
769770

770771
# Python version is pinned here because flake8 actually behaves differently
771772
# depending on which version is used. You can patch this out to point to
772773
# some random Python 3 binary, but then you get guaranteed mismatches with
773774
# CI. Other tools such as mypy and black have options that pin the Python
774775
# version.
775-
linters: python3.12
776+
linters: python3.13
776777

777778
commands =
778779
{py3.7,py3.8}-boto3: pip install urllib3<2.0.0

0 commit comments

Comments
 (0)