-
Notifications
You must be signed in to change notification settings - Fork 2
Configure for py3.13 #641
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
Configure for py3.13 #641
Conversation
Including extra build packages since [conda-forge dropped setuptools and wheel](https://conda-forge.org/news/2024/08/21/sunsetting-pip-deps/?utm_source=chatgpt.com) Signed-off-by: liamhuber <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #641 +/- ##
=======================================
Coverage 91.61% 91.61%
=======================================
Files 32 32
Lines 3457 3457
=======================================
Hits 3167 3167
Misses 290 290 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Just waiting on the conda release of |
3.13 builds the env ok now, but is failing an actual test:
|
You can no longer leverage `locals()` the same way starting in 3.13 https://docs.python.org/3/whatsnew/3.13.html?utm_source=chatgpt.com#whatsnew313-locals-semantics Signed-off-by: liamhuber <[email protected]>
Ok, in 3.13 the changed the use of |
Including extra build packages since conda-forge dropped setuptools and wheel