-
-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update supported Python versions to include 3.13, remove 3.8 #1023
Comments
I've tried bumping the version on CI to 3.13 in #1029 but it looks like the dependencies are not ready:
|
@krassowski Thank you for documenting your research here! In summary, we need to wait for |
Yes, though I would personally also wait until the CI passes with tests running on Python 3.13 before declaring support. |
pyarrow has added support for Python 3.13. https://arrow.apache.org/docs/python/install.html#:~:text=3.13 |
tokenizers just added Python 3.13 support today. huggingface/tokenizers#1665 |
It looks like PR was merged but there has not been a new release yet? |
Problem
Per https://devguide.python.org/versions/, on 2024-10-07, Python 3.13 was officially released, and Python 3.8 is now end of life (EOL). The documentation mentions 3.8 but does not mention 3.12.
Proposed Solution
Test this extension with Python 3.13. Add support for 3.13 and remove 3.8 as a supported Python version.
The text was updated successfully, but these errors were encountered: