We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed18d4 commit 5858bbaCopy full SHA for 5858bba
tox.ini
@@ -766,13 +766,14 @@ basepython =
766
py3.10: python3.10
767
py3.11: python3.11
768
py3.12: python3.12
769
+ py3.13: python3.13
770
771
# Python version is pinned here because flake8 actually behaves differently
772
# depending on which version is used. You can patch this out to point to
773
# some random Python 3 binary, but then you get guaranteed mismatches with
774
# CI. Other tools such as mypy and black have options that pin the Python
775
# version.
- linters: python3.12
776
+ linters: python3.13
777
778
commands =
779
{py3.7,py3.8}-boto3: pip install urllib3<2.0.0
0 commit comments