Skip to content
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 into
mainfrom
sc-17769-add-industrious-tokens-and-keys-and-secrets-to
Jul 15, 2025
Merged

feat: [sc-17745] Add support for python 3.13#12
isabelahodorog merged 3 commits into
mainfrom
sc-17769-add-industrious-tokens-and-keys-and-secrets-to

Conversation

@isabelahodorog

@isabelahodorog isabelahodorog commented Jul 10, 2025

Copy link
Copy Markdown
Contributor

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

@isabelahodorog
isabelahodorog force-pushed the sc-17769-add-industrious-tokens-and-keys-and-secrets-to branch 2 times, most recently from a409fc9 to f7a1522 Compare July 10, 2025 14:02
we're upgrading our services to use python 3.13, so this also needs to support the new version
@isabelahodorog
isabelahodorog force-pushed the sc-17769-add-industrious-tokens-and-keys-and-secrets-to branch from f7a1522 to 4689396 Compare July 10, 2025 14:16
@isabelahodorog
isabelahodorog requested a review from simon360 July 10, 2025 14:17
support fr a new python version should be cause for this version increase
@isabelahodorog
isabelahodorog removed the request for review from simon360 July 10, 2025 15:28
@isabelahodorog isabelahodorog changed the title feat: [sc-17769] Add industrious tokens and keys and secrets to playground feat: [sc-17745] Add support for python 3.13 Jul 11, 2025
Comment thread pyproject.toml
[project]
name = "hubble_shuttle"
version =" 0.6.2"
version =" 0.7.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version looks good to me

Comment thread Dockerfile-3.9 Outdated
@@ -1,4 +1,4 @@
FROM python:3.8-alpine as base
FROM python:3.9-alpine

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, I think you're right!

@isabelahodorog
isabelahodorog requested a review from arron1993 July 15, 2025 09:46
@isabelahodorog
isabelahodorog merged commit 4973630 into main Jul 15, 2025
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants