Skip to content

Commit 5db94eb

Browse files
committed
lets try 3.14 actually
1 parent 7c82120 commit 5db94eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -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.13
184+
linters: python3.14
185185
186186
commands =
187187
{py3.7,py3.8}-boto3: pip install urllib3<2.0.0

0 commit comments

Comments
 (0)