Nice to be able to swap out my user-space #Python 3.14.0rc1 in a matter of a few minutes and have all but 1 (out of ~20) module working with the latest & greatest version.

I don't _need_ to run it; but, as a bystander, it's nice to be able see what works, what breaks, and generally try and follow project's progress as best I can.

Never stop learning stuff.

Correction. Make that two packages that are not yet ready for #Python 3.14: #frogmouth & #posting

Frogmouth's got an old httpx dependency to update and I've got an issue open with them.

https://github.com/Textualize/frogmouth/issues/123

Posting's got an issue with Py03's max supported version. Just a matter of waiting, I guess.

Almost feeling productive today with these little side quests. 馃槅

Old httpcore module crashes frogmouth in 3.14.0rc1 路 Issue #123 路 Textualize/frogmouth

When opening frogmouth with Python 3.14.0rc1, I get the following traceback: Traceback (most recent call last): File "/home/kbowen/.local/bin/frogmouth", line 5, in <module> from frogmouth.app.app ...

GitHub
Add support for Python 3.14 by hugovk 路 Pull Request #124 路 Textualize/frogmouth

Fixes #123. The problem is in httpx's dependency httpcore. This was fixed in httpcore 1.0.8: encode/httpcore#1005 However, httpx 0.24.1 used to set an upper bound on its httpcore dependency: ht...

GitHub

@hugovk

I just saw that. Thank you!