-
Notifications
You must be signed in to change notification settings - Fork 10
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
add Python 3.12 to test #896
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #896 +/- ##
==========================================
- Coverage 96.48% 96.38% -0.11%
==========================================
Files 95 95
Lines 6293 6310 +17
==========================================
+ Hits 6072 6082 +10
- Misses 221 228 +7 ☔ View full report in Codecov by Sentry. |
Conda environments cannot be properly created due to the missing mapping of different package names in pip and conda CagtayFabry/pydeps2env#6 This is not specific to Python 3.12 but all Python versions. |
We first need to unblock weldx-widgets for Python 3.12. |
The windows test is not passing because of some broken M$ caching. It cannot find the tag in my pydeps2env fork (Linux systems pick it up). So I guess CagtayFabry/pydeps2env#57 is the last requirement for this PR @CagtayFabry |
Python 3.13 has not been released yet. We should allow failures for this version in our matrix. The current failure is due to Pandas is not yet ready for 3.13. "Allow failures" is not (yet) implemented for github runners: actions/runner#2347 |
Python 3.13 was released a few weeks ago :) Numpy 1.26 doesn't support Python 3.13 however, so we need numpy>=2.1 which is blocked in weldx-widgets requirements for now |
Thanks! I will fix this is in wx-widgets then! |
fixed the np 2.0 compat, but pint is not py 3.13 ready. |
since there hasn't been an update regarding |
Changes
Related Issues
Checks
CHANGELOG.md
tests/
doc/