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 supported Python versions #92

Merged
merged 2 commits into from
Mar 13, 2024
Merged

Commits on Mar 8, 2024

  1. Update supported Python versions

    - Remove Python 3.7 from the test matrix and list of supported versions
      in `setup.py`, as it reached end of life on 2023-06-27
    - Add Python 3.12 to the list of tested / supported versions as the
      current major version
    jonafato committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8bf32d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Modernize usage of deprecated / removed features

    - Replace usage of `python setup.py test` and the `PyTest` test command
      with a more direct invocation of `pytest` in `tox.ini`
    - Replace usage of `pkg_resources.get_distribution` with
      `importlib.metadata` to get the installed version number for
      `vladiate`
    jonafato committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    662f3f9 View commit details
    Browse the repository at this point in the history