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

feat: add Python 3.11 support #22

Merged
merged 4 commits into from
Sep 27, 2023
Merged

feat: add Python 3.11 support #22

merged 4 commits into from
Sep 27, 2023

Commits on Sep 26, 2023

  1. feat: add Python 3.11 support

    Read the Python support from the .python-version file to keep a single
    source of truth.
    Kyle-Verhoog committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    cc8af27 View commit details
    Browse the repository at this point in the history
  2. use packaging

    Kyle-Verhoog committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    54509c4 View commit details
    Browse the repository at this point in the history
  3. vendor packaging.version

    Requiring packaging as a setup requirement was incompatible with riot
    and is annoying to deal with for package building in general.
    Kyle-Verhoog committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    36565cf View commit details
    Browse the repository at this point in the history
  4. settle for simplicity

    Trying to have a single source of truth was too bothersome to get
    working with the build/setup tooling
    Kyle-Verhoog committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6380afc View commit details
    Browse the repository at this point in the history