Skip to content
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

update dependencies and add support for Python 3.12 #607

Merged
merged 4 commits into from
Sep 13, 2024

Conversation

goulinkh
Copy link

@goulinkh goulinkh commented Sep 2, 2024

Fixes #606

Copy link
Collaborator

@jugmac00 jugmac00 left a comment

Choose a reason for hiding this comment

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

Thanks for looking into this!

The failing docs job is unrelated, see #605

@jugmac00 jugmac00 merged commit 6a19c3f into canonical-ols:master Sep 13, 2024
5 of 6 checks passed
Copy link
Contributor

@maxiberta maxiberta left a comment

Choose a reason for hiding this comment

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

Just left a late question about pinned deps. Thx

@@ -152,7 +154,8 @@
],
flask=[
'flask~=1.1;python_version~="3.5.0"',
'flask<3;python_version>"3.5"',
'flask<3;python_version>"3.5" and python_version<"3.12"',
'flask>3,<4;python_version>="3.12"',
Copy link
Contributor

Choose a reason for hiding this comment

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

What prevents Flask 2.x from working on python 3.12? Same question applies to all the other updated deps.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@goulinkh Good question which I have not thought about. Any reasons? We can anytime remove the strict restriction if things work with older versions, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding support for Python 3.12
3 participants