-
Notifications
You must be signed in to change notification settings - Fork 197
Drop py3.9 fix ci #1412
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
Drop py3.9 fix ci #1412
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1412 +/- ##
==========================================
+ Coverage 89.27% 89.38% +0.11%
==========================================
Files 119 119
Lines 8905 8905
==========================================
+ Hits 7950 7960 +10
+ Misses 955 945 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.
Thank you!
all checks are passing, see duplicate #1417 |
Given that we have #1406 and now the new
pymc
release drops python3.9 support, I suggest we also drop Python 3.9 (End of Life was October 2024).This PR updates the docs about our Python Version and switches to
uv
throughout the CI.Switching
ruff
to be run on 3.10 also comes with new best practices, which could all be auto-fixed and are added in a separat commit.