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 #206

Merged
merged 1 commit into from
Jun 18, 2023
Merged

Drop support for python 3.9 #206

merged 1 commit into from
Jun 18, 2023

Commits on Jun 18, 2023

  1. Drop support for python 3.9

    - Gains access to PEP634 and the `match` statement
    - Gains access to PEP647 TypeGuard types
    - Gains access to PEP604 Generic union types `X | Y`
    
    More information at https://docs.python.org/3/whatsnew/3.10.html
    javajawa authored and ajCameron committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    a359af3 View commit details
    Browse the repository at this point in the history