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.12 #45

Merged
merged 3 commits into from
Oct 4, 2023
Merged

Support Python 3.12 #45

merged 3 commits into from
Oct 4, 2023

Commits on Oct 3, 2023

  1. Support Python 3.12

    mgedmin committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b85fe39 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Install setuptools globally on Appveyor

    Our test suite expects 'python' in %PATH% to have setuptools available.
    mgedmin committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0554c1d View commit details
    Browse the repository at this point in the history
  2. Use coveralls github action

    Because the command-line coveralls tool pins coverage < 7.0, which
    doesn't work well on Python 3.12.
    
    Also update all the GitHub actions to the latest versions and tweak YAML
    formatting so all the shell commands are aligned.
    mgedmin committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7133020 View commit details
    Browse the repository at this point in the history