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] Change python requirement to >= 3.10 #3554

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Conversation

dbrattli
Copy link
Collaborator

@dbrattli dbrattli commented Oct 19, 2023

We will not support more than 3 versions of Python.

  • Remove support for 3.9
  • Add support for 3.12
  • Cleanup code mostly A | B instead of Union[A, B], A | None instead of Optional[A].
  • Use tuple instead of Tuple. Use list instead of List. Use dict instead of Dict.

@dbrattli dbrattli merged commit 61437aa into main Oct 19, 2023
11 checks passed
@dbrattli dbrattli deleted the python-fixes-oct-19 branch October 19, 2023 06:40
@dbrattli dbrattli changed the title [Python[ Change python requirement to >= 3.10 [Python] Change python requirement to >= 3.10 Oct 19, 2023
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.

1 participant