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 official support for Python 3.10 and 3.11 #288

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    831b600 View commit details
    Browse the repository at this point in the history
  2. Run all tests on CI

    browniebroke committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d8b5d28 View commit details
    Browse the repository at this point in the history
  3. Downgrade to ubuntu 20.04

    Looks like Python 3.5 & 3.6 are no longer available on latest
    browniebroke committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    1df8858 View commit details
    Browse the repository at this point in the history
  4. Replace nose by pytest

    The former is no longer maintained and has some known issues with Python 3.9+
    browniebroke committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    afed2d5 View commit details
    Browse the repository at this point in the history
  5. Update README

    browniebroke committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    b87fe42 View commit details
    Browse the repository at this point in the history
  6. Update Changelog

    browniebroke committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    84d016d View commit details
    Browse the repository at this point in the history