-
Notifications
You must be signed in to change notification settings - Fork 247
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
Support Python 3.9 #1923
Support Python 3.9 #1923
Conversation
Could you also add 3.12 and 3.13 to the setup file and add 3.13 to the lint check? (we can fix bug on those python versions in later release if users report) Thanks! |
@fehiepsi Do we want to extend the run the CI tests with Python 3.9 as well? |
yes, I think we can add tests for modeling and inference. I'm not sure how complicated it is to fix tests |
ok! 8346b55 tests work fine. However, there seems to be an issue installing dependencies with Python 3.13 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! thanks @juanitorduz!
Some dependencies in dev might not be compatible with python 3.13. That's fine for now I think. We can revisit in the future. Let me know if this is ready to merge.
Ok! In this case this first iteration is complete :) |
Closes #1922
The lint commit d32b54a failed as expected. The fix in https://github.com/pyro-ppl/numpyro/actions/runs/12120151093/job/33788225675?pr=1923 makes the Python 3.9 linter happy.