File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
28
28
- uses : actions/setup-python@v6
29
29
with :
30
- python-version : 3.12
30
+ python-version : 3.14
31
31
32
32
- run : |
33
33
pip install tox
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ basepython =
181
181
# Python version is pinned here for consistency across environments.
182
182
# Tools like ruff and mypy have options that pin the target Python
183
183
# version (configured in pyproject.toml), ensuring consistent behavior.
184
- linters: python3.12
184
+ linters: python3.14
185
185
186
186
commands =
187
187
{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 =
812
812
# Python version is pinned here for consistency across environments.
813
813
# Tools like ruff and mypy have options that pin the target Python
814
814
# version (configured in pyproject.toml), ensuring consistent behavior.
815
- linters: python3.12
815
+ linters: python3.14
816
816
817
817
commands =
818
818
{py3.7,py3.8}-boto3: pip install urllib3<2.0.0
You can’t perform that action at this time.
0 commit comments