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

Explicitly support Python 3.11 #327

Merged
merged 2 commits into from
Nov 18, 2023
Merged

Explicitly support Python 3.11 #327

merged 2 commits into from
Nov 18, 2023

Commits on Nov 18, 2023

  1. Explicitly support Python 3.11

    Add the PyPI Trove classifier and test in CI.
    
    Can't run test-dist for reasons similar to 02af3a1.
    victorlin committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    ca64c2d View commit details
    Browse the repository at this point in the history
  2. CI: Ignore expected Mypy error for Python ≥3.11

    It seems like Mypy is not smart enough to realize that the
    importlib_resources import is not used with these Python versions.
    victorlin committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    b19007a View commit details
    Browse the repository at this point in the history