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

Update compatible python versions #443

Merged
merged 4 commits into from
Oct 16, 2023

Commits on Oct 16, 2023

  1. Update compatible python versions

    Drop support for Python 3.7 because it is end of life. Add support for
    the recently released Python 3.12.
    tcmitchell committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    587bc6a View commit details
    Browse the repository at this point in the history
  2. Disable deprecation warnings in Python 3.12

    Python warns about itself for datetime.datetime.utcfromtimestamp so
    disable the deprecation checks in Python 3.12.
    tcmitchell committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    39b0828 View commit details
    Browse the repository at this point in the history
  3. Bump dependency versions

    tcmitchell committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3773e1a View commit details
    Browse the repository at this point in the history
  4. Drop Python 3.12 support

    pyshacl imports a deprecated API `pkg_resources`. We'll have to wait
    for pyshacl to support Python 3.12.
    tcmitchell committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    22daaf9 View commit details
    Browse the repository at this point in the history