| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR adds Python 3.13 installation support to fix failing PR checks that were caused by an incompatibility between older CLI versions and Python 3.14. The solution implements an installPython option in workflow templates that installs Python 3.13 for all versions except nightly-latest.
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pr-checks/sync.py | Implements installPython option support and Python 3.13 installation logic |
| pr-checks/checks/*.yml | Enables installPython: true for various test workflows |
| .github/workflows/__*.yml | Generated workflow files with Python installation steps |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Some of our PR checks are currently failing due to an incompatibility between older CLI versions and Python 3.14. The problem is fixed in nightly-latest, but older CLI releases need Python 3.13 or below.
This PR updates sync.py to support an installPython option in workflow templates. I have set this option to true for all PR checks that run a Python analysis.
Risk assessment
For internal use only. Please select the risk level of this change:
Which use cases does this change impact?
CI only.
How did/will you validate this change?
If something goes wrong after this change is released, what are the mitigation and rollback strategies?
CI only.
How will you know if something goes wrong after this change is released?
CI will continue to fail.
Merge / deployment checklist