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

Drop support for Python 3.9? #906

Closed
hoechenberger opened this issue Mar 27, 2024 · 3 comments · Fixed by #908
Closed

Drop support for Python 3.9? #906

hoechenberger opened this issue Mar 27, 2024 · 3 comments · Fixed by #908
Assignees

Comments

@hoechenberger
Copy link
Member

I would love to drop support for Python 3.9, which would allow us to write types such as

Optional[Union[str, float]]

as

None | str | float

which is much more readable. I'm mostly thinking about the configuration file here, which is immediately user-facing.

Thoughts?

@larsoner
Copy link
Member

Sure, 3.10 came out over 2 years ago and it's even within SPEC0 to drop it:

image

@hoechenberger
Copy link
Member Author

I don't like SPEC but I do like dropping old versions :D

I can take a stab at this next week if you want. Unless you insist on having a cozy Sunday afternoon project :)

@larsoner
Copy link
Member

Feel free to tackle it whenever you get time, probably along with #907

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 a pull request may close this issue.

2 participants