-
Notifications
You must be signed in to change notification settings - Fork 96
Python 3.10 update [DEVINFRA-769] #1157
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
Conversation
python/sbp/RELEASE-VERSION
Outdated
@@ -1 +1 @@ | |||
4.3.1-alpha No newline at end of file | |||
4.3.1 No newline at end of file |
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.
Should drop this change, anything that's not a released version needs to maintain the -alpha
tag.
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.
should i update that to 4.3.2-alpha instead of 4.3.1, since i deployed it as 4.3.2, (couldnt deploy as 4.3.1 for some reason)
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.
After release there is supposed to be a "prep for next release" process which bumps this to <next_bugfix_version>-alpha
-- so if 4.3.2 was just released, this should be 4.3.3-alpha
-- this happens automatically if you rerun the generator on a non-tagged commit, e.g. b423ed3
Description
@swift-nav/devinfra
Releases sbp v4.3.2 so python 3.10 shows on languages in sbp
https://pypi.org/project/sbp/
JIRA Reference
https://swift-nav.atlassian.net/browse/DEVINFRA-769