-
Notifications
You must be signed in to change notification settings - Fork 7
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
Edit contributing doc and update versions in pyproject.toml #137
base: main
Are you sure you want to change the base?
Conversation
Why isn't ruff fixing the Tuple and List, ... |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #137 +/- ##
=======================================
Coverage 94.96% 94.97%
=======================================
Files 13 13
Lines 2107 2108 +1
=======================================
+ Hits 2001 2002 +1
Misses 106 106 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
All the fails are pyside2 and typing incompatibility: |
SO the issue is the pyside2 version on pypi (5.15.2.1) isn't compatible with python 3.10. |
Ok, i think the approach #140 will fix the tests here. |
Took some re-runs due to seg faults from numpy 2.2 and pyside6. |
No description provided.