-
Notifications
You must be signed in to change notification settings - Fork 148
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
Bump python version #343
Bump python version #343
Conversation
@@ -90,8 +89,7 @@ dependencies = [ | |||
"sentry-sdk>=0.10.2", | |||
"service_identity>=18.1.0", | |||
"Twisted>=19.7", | |||
'typing-extensions>=3.7.4;python_version<"3.8"', | |||
"zope.interface>=4.6.0", | |||
"zope.interface>=5.0.0", |
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.
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.
Thanks!
I'm pretty sure this broke apns configurations, as we pinned back aioapns to an older version that didn't support Python 3.10 here: #293
Do we do something like this other PR in a different project using aioapns to fix it? https://github.com/zulip/zulip/pull/21066/files |
Python 3.7 is EOL
Python 3.11 is also the Python version of Synapse in Dockerfile
Max Python version here: 3.10.
The upgrade to Python 3.11 seems to need more dependency updates.
Possible solutions / causes:
Related to: