This repository was archived by the owner on May 19, 2026. It is now read-only.
feat: [sc-17745] Add support for python 3.13 - #12
Merged
isabelahodorog merged 3 commits intoJul 15, 2025
Merged
Conversation
isabelahodorog
force-pushed
the
sc-17769-add-industrious-tokens-and-keys-and-secrets-to
branch
2 times, most recently
from
July 10, 2025 14:02
a409fc9 to
f7a1522
Compare
we're upgrading our services to use python 3.13, so this also needs to support the new version
isabelahodorog
force-pushed
the
sc-17769-add-industrious-tokens-and-keys-and-secrets-to
branch
from
July 10, 2025 14:16
f7a1522 to
4689396
Compare
support fr a new python version should be cause for this version increase
arron1993
reviewed
Jul 11, 2025
| [project] | ||
| name = "hubble_shuttle" | ||
| version =" 0.6.2" | ||
| version =" 0.7.0" |
Contributor
There was a problem hiding this comment.
Version looks good to me
| @@ -1,4 +1,4 @@ | |||
| FROM python:3.8-alpine as base | |||
| FROM python:3.9-alpine | |||
Contributor
There was a problem hiding this comment.
Think you can get rid of this dockerfile entirely and anything else 3.9 related.
Because this package is versioned nothing will use the 3.13 version until we tell it to, so we don't really need it to support the older python versions.
Contributor
Author
There was a problem hiding this comment.
oh, I think you're right!
arron1993
approved these changes
Jul 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Story details: https://app.shortcut.com/hubblehq/story/17745
feat: add support for python 3.13 and remove support for 3.9
we're upgrading our services to use python 3.13, so this also needs to support the new version