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 Python 3.10 testing. #20864

Merged
merged 5 commits into from Aug 24, 2021
Merged

Add Python 3.10 testing. #20864

merged 5 commits into from Aug 24, 2021

Commits on Aug 20, 2021

  1. Add Python 3.10 testing.

    QuLogic committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    b879301 View commit details
    Browse the repository at this point in the history
  2. Add 3.10 to PyPI classifiers.

    QuLogic committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    c2f83ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce84623 View commit details
    Browse the repository at this point in the history
  4. Ignore import warnings from gobject-introspection.

    This is an incompatibility with Python 3.10 that is not fixed there yet.
    https://gitlab.gnome.org/GNOME/pygobject/-/issues/473
    QuLogic committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    974466f View commit details
    Browse the repository at this point in the history
  5. Skip Sphinx tests if on Python 3.10.

    It's not currently compatible, but should be in the next bug fix.
    QuLogic committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    7aa119f View commit details
    Browse the repository at this point in the history