File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
186186commands =
187187 {py3.7,py3.8}-boto3: pip install urllib3<2.0.0
Original file line number Diff line number Diff 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
817817commands =
818818 {py3.7,py3.8}-boto3: pip install urllib3<2.0.0
You can’t perform that action at this time.
0 commit comments