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

Merged
merged 20 commits into from
Oct 9, 2023
Merged

Add support for Python 3.12 #364

merged 20 commits into from
Oct 9, 2023

Commits on Sep 22, 2023

  1. passing tests

    pjbull committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1d7b8e2 View commit details
    Browse the repository at this point in the history
  2. remove print

    pjbull committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d4957ed View commit details
    Browse the repository at this point in the history
  3. make method signatures match

    pjbull committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    e1ff487 View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    pjbull committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    41c211d View commit details
    Browse the repository at this point in the history
  5. ignore type errors

    pjbull committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    236af45 View commit details
    Browse the repository at this point in the history
  6. ignore more type errors

    pjbull committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b02e4e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc21d15 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. add 3.12 to CI and pyproject

    pjbull committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    243713a View commit details
    Browse the repository at this point in the history
  2. use pytest-cases fork

    pjbull committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    07bcb16 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    d8fadc3 View commit details
    Browse the repository at this point in the history
  2. format

    pjbull committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    a78438b View commit details
    Browse the repository at this point in the history
  3. update methods

    pjbull committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    bf79c41 View commit details
    Browse the repository at this point in the history
  4. Test walk method

    pjbull committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    9a28b27 View commit details
    Browse the repository at this point in the history
  5. Version agnostic tests

    pjbull committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    d006287 View commit details
    Browse the repository at this point in the history
  6. update tests

    pjbull committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    921f84e View commit details
    Browse the repository at this point in the history
  7. Add tests

    pjbull committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    b87d95d View commit details
    Browse the repository at this point in the history
  8. Order agnostic walk test

    pjbull committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    21fa27d View commit details
    Browse the repository at this point in the history
  9. Changes

    pjbull committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    f9d3e9b View commit details
    Browse the repository at this point in the history
  10. Update changelog

    pjbull committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    64ec8bc View commit details
    Browse the repository at this point in the history
  11. sleep for flaky test

    pjbull committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    95f8cb8 View commit details
    Browse the repository at this point in the history