-
Notifications
You must be signed in to change notification settings - Fork 51
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 Python versions to adhere to SPEC 0 #442
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #442 +/- ##
=======================================
Coverage 99.84% 99.84%
=======================================
Files 23 23
Lines 1312 1312
=======================================
Hits 1310 1310
Misses 2 2 ☔ View full report in Codecov by Sentry. |
Thank Adam, this closes #332. I was meaning to do that for a while now, but last time I'd checked we were held back by |
464b0fe
to
4d5b837
Compare
4d5b837
to
e096a20
Compare
|
I tried refreshing the CI, but it keeps getting stuck on "Waiting for status to be reported". |
How about recreating the PR? |
I would just merge as-is. It will get tested with every new PR, and if any issues crop up they can be fixed. |
Description
Updates the Python versions to adhere to SPEC 0
Why is this PR needed?
qt-niu
is only available for SPEC 0 Python versions (3.11-3.13). This will break the conda-forge process when it's added as a dependency. Now seemed like a good idea to update the supported versions here, as (as far as I know) all the dependencies support 3.13.In places where the version wasn't the oldest or newest, I've tried to update it in the same way, e.g. keeping the middle version.