-
Notifications
You must be signed in to change notification settings - Fork 12
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
expand to py310 & py311 #261
Conversation
prjemian
commented
Oct 4, 2023
•
edited
Loading
edited
- close Expand support to include Py3.10 & 3.11 #259
RuntimeError: Bluesky event loop not running Need to refactor some tests. |
Reducing workflow duplication in 0411e9f. |
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.
Looks good to me, @prjemian!
I made a few suggestions mostly regarding the CI/pre-commit. They can be addressed after the release.
@@ -63,7 +63,7 @@ def test_software_versions_default_list(case): | |||
("hkl", "5.0.0"), | |||
("hklpy", "0"), # minimum test for unversioned use | |||
(NO_SUCH_PACKAGE_NAME, "---"), | |||
("ophyd", "1.6"), | |||
# ("ophyd", "1.6"), conda has right version but pip has 0.0.0 |
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.
@evalott100, is it something that can be easily fixed in the pyproject.toml
config for ophyd?
Co-authored-by: Max Rakitin <mrakitin@users.noreply.github.com>
Co-authored-by: Max Rakitin <mrakitin@users.noreply.github.com>
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.
Late review as I'm at a conference but this LGTM 👍