You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No rush from me personally, but during a routine "see if my project can run in Python 3.13" (which was officially released very shortly ago), this project was one of my few dependencies that didn't have a 3.13 version available.
ERROR: Ignored the following versions that require a different python version: 0.10.6 Requires-Python >=2.7, <3.6; 0.10.7 Requires-Python >=2.7, <3.6; 1.3.5 Requires-Python <3.13,>=3.8
59.85 ERROR: Could not find a version that satisfies the requirement lingua-language-detector==2.0.2 (from versions: 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4)
ERROR: No matching distribution found for lingua-language-detector==2.0.2
So this issue is a request/reminder to add a build for Python 3.13.
The text was updated successfully, but these errors were encountered:
Thank you for the reminder. Actually, I read yesterday that Python 3.13 was released. I plan to make new releases of my library with new features this month, both for Python and Rust. I will make sure that Python 3.13 is supported.
No rush from me personally, but during a routine "see if my project can run in Python 3.13" (which was officially released very shortly ago), this project was one of my few dependencies that didn't have a 3.13 version available.
So this issue is a request/reminder to add a build for Python 3.13.
The text was updated successfully, but these errors were encountered: