Hi there, is there a roadmap/timeline to add support for Python 3.14 in the starrocks package on pypi?
p
Patrick Buxton
12/15/2025, 1:33 PM
I would hope it should just work with 3.14 even though support is not strictly declared yet.
j
Jack
12/15/2025, 4:57 PM
Thanks Patrick, we are using poetry with version pinning on dependencies, including the python version - building our package using 3.14.2 fails as a result of the python version range in the starrocks package.
There are workarounds to this of course and as you say, the code may actually work, but it isn't appropriate for us to use this for production dependencies and when building packages for other projects to use.
great to see that was merged, I will watch out for the next release - thanks @Patrick Buxton
π 1
h
hossein nejati
12/30/2025, 8:16 PM
I saw that the changes for Python 3.14 support have been merged on GitHub β thank you so much for that!
However, the latest release on PyPI (1.3.2 from mid-December) still has the Requires-Python: <3.14 restriction, so uv refuses to install it on Python 3.14.
I'm in a bit of a hurry with my current project and really need to move to Python 3.14 soon. Would it be possible to cut a quick new release on PyPI (even a minor one) that bumps the Python requirement to include 3.14?
I'd super appreciate it β it would unblock me and probably many others right away! Happy to help test or provide any feedback.
p
Patrick Buxton
12/30/2025, 9:06 PM
Unfortunately, I cannot make the PyPI release. I've commented on the merged PR asking if it can be released