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 3.12 support #10894

Merged
merged 6 commits into from
Jun 10, 2023
Merged

Python 3.12 support #10894

merged 6 commits into from
Jun 10, 2023

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    9335a0b View commit details
    Browse the repository at this point in the history
  2. testing: install setuptools to fix pkg_resources import in a test

    Since Python 3.12, setuptools is no longer installed by default in
    venvs. We have a test which uses it, so add it to the testing extra.
    bluetech committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    fc3b5b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e65a46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d5207a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4059000 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. ci; use check-latest: true for -dev pythons

    When testing -dev python versions, we want to always use the latest.
    bluetech committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6b3ece5 View commit details
    Browse the repository at this point in the history