Skip to content

Conversation

sentrivana
Copy link
Contributor

@sentrivana sentrivana commented Oct 8, 2025

Description

Python 3.14 is out, let's use it for linting.

Issues

Ref #4895

Reminders

@sentrivana sentrivana marked this pull request as ready for review October 8, 2025 13:27
@sentrivana sentrivana requested a review from a team as a code owner October 8, 2025 13:27
- uses: actions/setup-python@v6
with:
python-version: 3.12
python-version: 3.14
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Unreleased Python Version in CI/CD

The CI workflow and tox configurations specify Python 3.14 for linting, but this version is not yet released. This causes the GitHub Actions setup-python action to fail and tox to be unable to create the linters environment, leading to CI failures.

Additional Locations (2)

Fix in Cursor Fix in Web

@sentrivana sentrivana enabled auto-merge (squash) October 8, 2025 13:31
@sentrivana sentrivana merged commit 55e903e into master Oct 8, 2025
112 checks passed
@sentrivana sentrivana deleted the ivana/linters-on-py3.13 branch October 8, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants