-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
ci: Test for 3.9, 3.10, 3.11 #1317
base: develop
Are you sure you want to change the base?
Conversation
Let us wait until we decide on the future of the sklearn extension to proceed with this PR. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1317 +/- ##
============================================
- Coverage 84.21% 68.76% -15.46%
============================================
Files 38 38
Lines 5253 5253
============================================
- Hits 4424 3612 -812
- Misses 829 1641 +812 ☔ View full report in Codecov by Sentry. |
Just going to set it up in the meantime |
This PR now works. As expected, there's scikit-learn errors with 3.10, 3.11 and 3.12 that still need to be handled. |
This PR adds testing for 3.9-3.12. Some of these may fail due to scikit-learn. Not sure what to do about this since this will eventually be refactored out into its own package