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

Support Python 3.11, drop older Pythons entirely #59

Closed
wants to merge 23 commits into from

Commits on Nov 6, 2022

  1. Add support for Python 3.11

    hugovk committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    8c70e22 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    198870f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc5c60f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cc3832 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73a36f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    208c2fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d1d0ca View commit details
    Browse the repository at this point in the history
  7. Adds importlib-metadata to dev deps

    This may need to go into install deps…
    colindean committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    1827126 View commit details
    Browse the repository at this point in the history
  8. Use newer Travis environment, Focal (Ubuntu 20.04)

    Also fix error in pypy3 selection
    colindean committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    fe8014d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b84709 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5926ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9aad5c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bc42a86 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    97b7e06 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e930748 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    74a386a View commit details
    Browse the repository at this point in the history
  16. Try explicitly setting AppVeyor image to VS2022

    AppVeyor can't seem to find a python.exe in the path specified for
    Python 3.9 or later, so let's explicitly set the image version just in
    case somehow an older image is being used— AppVeyor doesn't say which
    image is in use on a build's page…?
    colindean committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    69472db View commit details
    Browse the repository at this point in the history
  17. Adds srpm_build_deps to Packit config

    I have no idea what I'm doing but I glanced at the docs in [this][1]
    and [this][2] and feel like I'm on the right track to silencing the
    warnings.
    
    [1]: https://packit.dev/posts/copr-srpms/#deployment-phases
    [2]: https://packit.dev/docs/configuration/#srpm_build_deps
    colindean committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    29d806e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    b452239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f01db11 View commit details
    Browse the repository at this point in the history
  3. Fixes comment on which version is development branch

    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    colindean and hugovk authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    4658fe7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    450dd3c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    25f8de7 View commit details
    Browse the repository at this point in the history