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:
|
ruamel-yaml-clib==0.2.12 \ |
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 …)
For now it seems that to successfully install on 3.14 or 3.15-alpha the only necessary update is bumping
ruamel-yaml-clibhere:thunderbird-notes/requirements.txt
Line 290 in 18a0217
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 …)