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 support for Python 3.11. #253

Merged
merged 8 commits into from
Jan 28, 2022
Merged

Add support for Python 3.11. #253

merged 8 commits into from
Jan 28, 2022

Commits on Jan 24, 2022

  1. Add support for Python 3.11.

    Michael Howitz committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c43b066 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Do not use the binary version of coverage.

    Remove some coverage installs where they do not seem to be needed.
    Michael Howitz committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    3324515 View commit details
    Browse the repository at this point in the history
  2. Fix pip call.

    Michael Howitz committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    d7912dd View commit details
    Browse the repository at this point in the history
  3. Do not push wheels of Python future releases to PyPI.

    Michael Howitz committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    5e81b38 View commit details
    Browse the repository at this point in the history
  4. It seems we need single quotes here.

    Michael Howitz committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    30e68be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e5a2e2 View commit details
    Browse the repository at this point in the history
  6. Braces seem to be required, too.

    Michael Howitz committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    60108d5 View commit details
    Browse the repository at this point in the history
  7. Try it another: condition should not be true for linux.

    But it was before, I do not understand why.
    Michael Howitz committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    ed56870 View commit details
    Browse the repository at this point in the history