-
Notifications
You must be signed in to change notification settings - Fork 144
Description
Is your feature request related to a problem? Please describe.
The supported python version on pypi is listed as 3.11 at the latest. Most other packages in my environment already support 3.13 or even 3.14, so this library becomes the main blocker preventing me from upgrading Python.
Describe the solution you'd like
Add official support for Python 3.13 (and potentially 3.14), including updating the supported Python versions and CI testing if needed.
Describe alternatives you've considered
The current workaround is to stay on an older Python version or maintain a local fork with relaxed version constraints.
Additional context
Support for newer Python versions would make it easier to integrate this library into modern environments. I’m happy to help test compatibility if useful.