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 27272828 - uses : actions/setup-python@v6
2929 with :
30- python-version : 3.12
30+ python-version : 3.14
3131
3232 - run : |
3333 pip install tox
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ basepython =
182182 # Python version is pinned here for consistency across environments.
183183 # Tools like ruff and mypy have options that pin the target Python
184184 # version (configured in pyproject.toml), ensuring consistent behavior.
185- linters: python3.12
185+ linters: python3.14
186186
187187commands =
188188 {py3.7,py3.8}-boto3: pip install urllib3<2.0.0
Original file line number Diff line number Diff line change @@ -813,7 +813,7 @@ basepython =
813813 # Python version is pinned here for consistency across environments.
814814 # Tools like ruff and mypy have options that pin the target Python
815815 # version (configured in pyproject.toml), ensuring consistent behavior.
816- linters: python3.12
816+ linters: python3.14
817817
818818commands =
819819 {py3.7,py3.8}-boto3: pip install urllib3<2.0.0
You can’t perform that action at this time.
0 commit comments