Update dependency python to 3.14#107
Conversation
2611453 to
4348202
Compare
Angelius007
left a comment
There was a problem hiding this comment.
📋 Review Summary
This PR attempts to update the Python version from 3.13 to 3.14 in the GitHub Actions workflow. However, Python 3.14 has not been officially released yet and is not available in the actions/setup-python action. This will cause the workflow to fail when it tries to set up Python 3.14.
🔍 General Feedback
- Critical Issue Identified: Python 3.14 is not yet available. The latest stable Python release is 3.13.x. This change will break the CI/CD pipeline.
- Recommendation: This PR should not be merged until Python 3.14 is officially released and supported by the actions/setup-python action.
- Action Required: Either close this PR and wait for Python 3.14 release, or revert to Python 3.13.
|
🔴 Critical - Python 3.14 is not yet released Python 3.14 has not been officially released and is not available in the Current Status: The latest stable Python version is 3.13.x. Python 3.14 is expected to be released in October 2025 (PEP 745). Impact: This change will break the CI/CD pipeline immediately. Recommended Action: Revert to Python 3.13 or wait until Python 3.14 is officially released and supported by GitHub Actions. File: |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
3.13->3.14Release Notes
actions/python-versions (python)
v3.14.0: 3.14.0Compare Source
Python 3.14.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.