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

github,setup,tox: drop support for Python<3.9 #34

Merged
merged 1 commit into from
Jul 24, 2024

Commits on Jul 24, 2024

  1. github,setup,tox: drop support for Python<3.9

    the CI is failing because we are using typing annotation like
    `dict[str, Any]`. and per https://devguide.python.org/versions/,
    Python 3.8 will be EOL in 2024-10. So let's stop support all
    versions lower than Python 3.9.
    
    Signed-off-by: Kefu Chai <[email protected]>
    tchaikov committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5107654 View commit details
    Browse the repository at this point in the history