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 bindings: Fully remove distutils and pkg_resources #2369

Closed
wants to merge 7 commits into from

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    92b1bbb View commit details
    Browse the repository at this point in the history
  2. Remove pkg_resources

    twizmwazin authored and pyrox0 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c5d390d View commit details
    Browse the repository at this point in the history
  3. Remove distutils

    Removes distutils from the setup.py script for the python bindings, as
    it is removed in Python 3.12 onwards.
    pyrox0 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    edc6bb0 View commit details
    Browse the repository at this point in the history
  4. Remove python 3.6 from CI Tests

    Since support is removed per maintainer request, this should be removed
    from the test suite as well.
    pyrox0 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    60c2a95 View commit details
    Browse the repository at this point in the history
  5. Add setuptools to python bindings tests

    Needed to fix a setuptools error on python 3.9
    pyrox0 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    70450ab View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Fix fuzz tests in CI

    pyrox0 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4824787 View commit details
    Browse the repository at this point in the history
  2. Fix cython bindings

    pyrox0 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    edde551 View commit details
    Browse the repository at this point in the history