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

Python 3.12 compatibility #881

Merged
merged 4 commits into from Jun 7, 2023
Merged

Python 3.12 compatibility #881

merged 4 commits into from Jun 7, 2023

Commits on Jun 7, 2023

  1. Add 3.12 to the CI test matrix.

    Until 3.12 final is released, the tests are allowed to fail.
    mjpieters committed Jun 7, 2023
    Copy the full SHA
    3ae681b View commit details
    Browse the repository at this point in the history
  2. Ignore depr warnings inside pytest on 3.12

    These warnings otherwise would abort the test suite. See
    pytest-dev/pytest#10977.
    mjpieters committed Jun 7, 2023
    Copy the full SHA
    f1d43fe View commit details
    Browse the repository at this point in the history
  3. Upgrade cython to 3.0.0b3

    This release outputs C files compatible with Python 3.12.
    mjpieters committed Jun 7, 2023
    Copy the full SHA
    1d79917 View commit details
    Browse the repository at this point in the history
  4. Provide changelog entry.

    mjpieters committed Jun 7, 2023
    Copy the full SHA
    90f6431 View commit details
    Browse the repository at this point in the history