thunderbird / thunderbird/thunderbird-notes
Update requirements for Python 3.14 compatibility
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 44
- Forks
- 16
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 8
Description
For now it seems that to successfully install on 3.14 or 3.15-alpha the only necessary update is bumping ruamel-yaml-clib here:
past v0.2.13 — the current one is v0.2.15 and that either has the necessary wheels available, or builds successfully on the few platforms I tried.
(The project doesn't really keep a changelog, but from commit history it seems it's mainly build+packaging and version compatibility changes: https://sourceforge.net/p/ruamel-yaml-clib/code/commit_browser …)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open requirements.txt around line 290 and inspect the ruamel-yaml-clib pin. Update it past v0.2.13, then verify installation on Python 3.14 and, if available, 3.15-alpha across the platforms relevant to the project. Done means the updated requirements install successfully on those Python versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100