Skip to content

Conversation

@lubomir-brindza
Copy link

@lubomir-brindza lubomir-brindza commented Oct 15, 2025

I've tested kobodl under newly released Python 3.14 (3.14.0rc3 to be precise, since that's the most recent release pyenv includes) and didn't run into any issues with either CLI or web interface.

At the moment, users running Python 3.13 (ex. those on current Ubuntu 25.04) and newer that try to install kobodl using pip/pipx will be served an old (0.8.0) release - one which uses the no longer functional activation system (unless they bypass the check with pip install --ignore-requires-python kobodl). ex: #174

The reason I've opted to remove the upper bound completely is that, without constant maintenance, users will inevitably be forced to install the old version of kobodl whenever a newer Python drops. I do appreciate the fact that this does risk running into potential incompatibility issues down the line, but fixing them if and when they actually do pop up seems like a lesser evil 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant