From 5858bba06b5fc81069d19251c0ddaa45d0810087 Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Tue, 1 Oct 2024 09:49:46 +0200 Subject: [PATCH 1/2] Add 3.13 to basepython --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2f351d7e5a..ccf627dc6b 100644 --- a/tox.ini +++ b/tox.ini @@ -766,13 +766,14 @@ basepython = py3.10: python3.10 py3.11: python3.11 py3.12: python3.12 + py3.13: python3.13 # Python version is pinned here because flake8 actually behaves differently # depending on which version is used. You can patch this out to point to # some random Python 3 binary, but then you get guaranteed mismatches with # CI. Other tools such as mypy and black have options that pin the Python # version. - linters: python3.12 + linters: python3.13 commands = {py3.7,py3.8}-boto3: pip install urllib3<2.0.0 From 5af56f256f0f2a65ca89703a1f0ef5f38af47411 Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Tue, 8 Oct 2024 10:52:03 +0200 Subject: [PATCH 2/2] set linters to 3.12 still --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3467c60d1b..8857d1cb35 100644 --- a/tox.ini +++ b/tox.ini @@ -773,7 +773,7 @@ basepython = # some random Python 3 binary, but then you get guaranteed mismatches with # CI. Other tools such as mypy and black have options that pin the Python # version. - linters: python3.13 + linters: python3.12 commands = {py3.7,py3.8}-boto3: pip install urllib3<2.0.0