-
Notifications
You must be signed in to change notification settings - Fork 30
Fix optional deps #292
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
Fix optional deps #292
Conversation
Starts testing against Python 3.11 and adds a classifier for it.
ea888d0 to
c744ed4
Compare
abkfenris
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it looks ok, but it may be easier to tell when we do have failures if the steps in the core test are broken apart.
It may also be worth combining the core tests in as a new job in the current tests.yml, as it can be a bit quicker to navigate between different jobs in the same workflow than between jobs in different workflows.
Co-authored-by: Alex Kerney <abk@mac.com>
I don't have a strong opinion on this but I'm slightly more inclined to multiple files than a huge one. Sure, it won't be a huge one right away but they can grow in size. In this cases the context is not only a small subset without the optional deps but also a non-conda setup. |
|
I'll work on the docs in another PR. Let's get this one in. |
Closes #291 and incorporates #276.