-
Notifications
You must be signed in to change notification settings - Fork 14
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
Python version requirement #19
Comments
I don't believe this project use any features from newer Python releases. I also did check using vermin and plemmy should work on >=3.7, so we should be fine to lower the required version.
Also, as far I can tell - Python 3.11 is current stable release and 3.12 is a pre-release? |
Oh yep, I think you are right 3.11 is stable. |
@gwbischof - you're correct, there's really no reason to require 3.11 if Plemmy doesn't use Python's newer features. Setting the minimum requirement to 3.7 makes sense, I'll merge the associated PR. |
the pyroject.toml file says that this project requires python 3.11.
Is there a specific feature of 3.11 that is needed here?
Python 3.11 is still a pre-release.
The text was updated successfully, but these errors were encountered: