-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Python 3.13 Support #10829
base: main
Are you sure you want to change the base?
Python 3.13 Support #10829
Conversation
af386af
to
7151103
Compare
@jurre @landongrindheim @deivid-rodriguez Hey all 👋🏻 I want to finish this piece of work and push it forward but I don't understand why |
@ulgens I think it's trying to install a Pandas version that fails to build on Python 3.13. Might be worth bumping this dependabot-core/python/spec/fixtures/requirements/pip_compile_native_dependencies.txt Line 12 in 313fcff
|
@edgarrmondragon Is there any difference in packages between |
It seems the issue is librosa/librosa#1883 and it's waiting for a new release of numba. Numba release is blocked by https://github.com/numba/numba/milestone/81 . @feelepxyz Is there a specific reason to have |
What are you trying to accomplish?
Add Python 3.13 support and bump pyenv version.
Resolves #10828
I tried to copy related changes from #8732 but I feel like I missed if there is anything special required for 3.13 . Please feel free to direct me whatever needs to be added or fixed.
Checklist