ci(rtd): pin python version to 3.12
Metadata
Current evaluation
Merged a pull request pinning the Python version to 3.12 for the RTD builder. This change resolves CI failures caused by the upgrade to Python 3.13, which lacked a necessary `pygit2` wheel.
Suggested action: —
No scores available.
Issue body
- [ ] Have you followed the guidelines for contributing?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `tox`?
It sets explicit version of Python for RTD builder, as today's upgrade to `3.13` breaks ci, due to missing `pygit2` wheel.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a pull request pinning the Python version to 3.12 for the RTD builder. This change resolves CI failures caused by the upgrade to Python 3.13, which lacked a necessary `pygit2` wheel. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged changes pinning the Read the Docs builder to Python 3.12. This resolves CI failures triggered by missing pygit2 wheels in Python 3.13. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #284 ci(rtd): pin python version to 3.12 | starbase | merged | Merged PR pinning Read the Docs CI to Python 3.12. This resolves build failures caused by RTD switching the default Python 3 version to 3.13, which the project does not support. Approved, passed CI, and closes #283. |