Skip to content

Commit 7c82120

Browse files
committed
ci: Bump Python version for linting
1 parent f32e391 commit 7c82120

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ basepython =
181181
# Python version is pinned here for consistency across environments.
182182
# Tools like ruff and mypy have options that pin the target Python
183183
# version (configured in pyproject.toml), ensuring consistent behavior.
184-
linters: python3.12
184+
linters: python3.13
185185
186186
commands =
187187
{py3.7,py3.8}-boto3: pip install urllib3<2.0.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ basepython =
812812
# Python version is pinned here for consistency across environments.
813813
# Tools like ruff and mypy have options that pin the target Python
814814
# version (configured in pyproject.toml), ensuring consistent behavior.
815-
linters: python3.12
815+
linters: python3.13
816816

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

0 commit comments

Comments
 (0)