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

Python version requirement #19

Closed
gwbischof opened this issue Aug 20, 2023 · 3 comments
Closed

Python version requirement #19

gwbischof opened this issue Aug 20, 2023 · 3 comments

Comments

@gwbischof
Copy link
Contributor

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.

@ihyoudou
Copy link
Contributor

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.

Minimum required versions: 3.7
Incompatible versions:     2

Also, as far I can tell - Python 3.11 is current stable release and 3.12 is a pre-release?

@gwbischof
Copy link
Contributor Author

Oh yep, I think you are right 3.11 is stable.

@tjkessler
Copy link
Collaborator

@gwbischof - you're correct, there's really no reason to require 3.11 if Plemmy doesn't use Python's newer features.
@ihyoudou - thanks for testing which Python versions are compatible, and for introducing me to a cool tool!

Setting the minimum requirement to 3.7 makes sense, I'll merge the associated PR.

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

No branches or pull requests

3 participants