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

Upgrade python to 3.11 #1269

Merged
merged 3 commits into from
Jan 12, 2024
Merged

Upgrade python to 3.11 #1269

merged 3 commits into from
Jan 12, 2024

Conversation

marcospri
Copy link
Member

@marcospri marcospri commented Jan 11, 2024

@@ -7,6 +7,8 @@ filterwarnings = [
"ignore:^pkg_resources is deprecated as an API:DeprecationWarning:pkg_resources",
"ignore:^pkg_resources is deprecated as an API:DeprecationWarning:pyramid",
"ignore:^Deprecated call to .pkg_resources\\.declare_namespace\\('.*'\\).\\.:DeprecationWarning:pkg_resources",
# https://github.com/webpy/webpy/issues/732
"ignore:^\\'cgi\\' is deprecated and slated for removal in Python 3\\.13:DeprecationWarning:webob",
Copy link
Member Author

Choose a reason for hiding this comment

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

We removed our usage of this library but our dependencies still use it.

This blocks the upgrade to 3.13 I suppose but we have plenty of time to worry about that.

@marcospri marcospri requested a review from seanh January 11, 2024 15:20
@marcospri marcospri merged commit 71afded into main Jan 12, 2024
7 checks passed
@marcospri marcospri deleted the python-upgrade branch January 12, 2024 08:32
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.

2 participants