-
Notifications
You must be signed in to change notification settings - Fork 36
ENH: drop python 3.8, 3.9 and support 3.13 #368
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
base: main
Are you sure you want to change the base?
Conversation
- was used for python<3.9, which this PR should remove support for
|
@evvaaaa any suggestions? Apparently some fields have been changed from |
evvaaaa
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.
This would be nice, however, bluesky supports 3.9 still, and event-model is a required dependency. I wouldn't be happy updating this without also dropping 3.9 from bluesky.
There's a PR open for that. Once that's merged, this can be merged as well safely I believe |
- for some reason previous regeneration didn't update the json files
evvaaaa
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.
To be merged alongside the bluesky update.
Description
Closes #367 and #354
Motivation and Context
Python 3.9 reaches EOL end of this month; this is an attempt to mirror bluesky repo.
Currently blocked by #1959
How Has This Been Tested?
Tested locally but some changes due to autogenerating typed dictionary models are fishy.