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

DEP: Python 3.8+ #2445

Closed
snowman2 opened this issue Apr 19, 2022 · 3 comments
Closed

DEP: Python 3.8+ #2445

snowman2 opened this issue Apr 19, 2022 · 3 comments

Comments

@snowman2
Copy link
Member

snowman2 commented Apr 19, 2022

Related #2252

Community references:

@snowman2
Copy link
Member Author

Thoughts about going 3.8+ in the 1.3 release? With Python 3.11 coming in the fall, it would be nice to have a smaller matrix.

@sgillies
Copy link
Member

@snowman2 do you mean just not test against and build wheels for 3.7, or do you mean permit ourselves to use Python 3.8 features like the walrus operator in 1.3?

@snowman2
Copy link
Member Author

do you mean just not test against and build wheels for 3.7, or do you mean permit ourselves to use Python 3.8 features like the walrus operator in 1.3?

I am thinking we add python_version=">=3.8" in setup.py and drop support for previous Python versions (Wheels, CICD, etc ...).

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

2 participants