We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c82120 commit 5db94ebCopy full SHA for 5db94eb
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/[email protected]
28
- uses: actions/setup-python@v6
29
with:
30
- python-version: 3.12
+ python-version: 3.14
31
32
- run: |
33
pip install tox
scripts/populate_tox/tox.jinja
@@ -181,7 +181,7 @@ basepython =
181
# Python version is pinned here for consistency across environments.
182
# Tools like ruff and mypy have options that pin the target Python
183
# version (configured in pyproject.toml), ensuring consistent behavior.
184
- linters: python3.13
+ linters: python3.14
185
186
commands =
187
{py3.7,py3.8}-boto3: pip install urllib3<2.0.0
0 commit comments