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.8 #370

Merged
merged 2 commits into from
Jul 15, 2024
Merged

Conversation

josiah-wolf-oberholtzer
Copy link
Contributor

@josiah-wolf-oberholtzer josiah-wolf-oberholtzer commented Feb 16, 2024

I'm tired...

  • of not being able to subscript classes for type annotations
  • of needing to use Optional everywhere instead of type | None
  • of needing to use Dict, List, Set instead of dict, list, set

I'll have to wait for type | None until we get to 3.10, but we can knock the others out.

@josephine-wolf-oberholtzer josephine-wolf-oberholtzer merged commit 024dffb into main Jul 15, 2024
10 checks passed
@josephine-wolf-oberholtzer josephine-wolf-oberholtzer deleted the drop-python-3.8 branch July 15, 2024 03:09
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 this pull request may close these issues.

2 participants