Skip to content

Commit a61f294

Browse files
committed
Merge branch 'master' into ivana/python-3.14
2 parents b0a638b + 55e903e commit a61f294

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/[email protected]
2828
- uses: actions/setup-python@v6
2929
with:
30-
python-version: 3.12
30+
python-version: 3.14
3131

3232
- run: |
3333
pip install tox

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
187187
commands =
188188
{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
@@ -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

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

0 commit comments

Comments
 (0)