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

Add Python 3.12 support #2516

Merged
merged 3 commits into from
Oct 31, 2023
Merged

Commits on Oct 30, 2023

  1. build: update setuptools pin

    Versions of setuptools before 66.1 used deprecated portions of `pkgutil`
    that were removed in Python 3.12. More information:
    
    pypa/setuptools#3631
    https://setuptools.pypa.io/en/latest/history.html#v66-1-0
    SnoopJ committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    fb0efb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86d67b2 View commit details
    Browse the repository at this point in the history
  3. doc, test: update pytest requirement, drop py.test references

    This bump to `pytest` is primarily to eliminate some deprecation
    warnings from inside of `pytest` itself, but note that this relaxes our
    dependency to 2 release fields instead of 3, meaning that we will
    automatically get 'minor' upgrades to `pytest` (up to 8.0 exclusive)
    
    As of `pytest` 7.2.0, `py` is no longer in our dependency graph, so we
    should not refer to this older and sorta-deprecated library, especially
    when invoking `pytest`.
    SnoopJ committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a4b36fb View commit details
    Browse the repository at this point in the history