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

Run tests against Python 3.12 and add trove classifier #267

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 5, 2023

  1. Run tests against Python 3.12 and add trove classifier

    According to https://docs.python.org/3.12/whatsnew/3.12.html,
    setuptools is no longer installed by default in virtual environments:
    
        gh-95299: Do not pre-install setuptools in virtual environments
        created with venv. This means that distutils, setuptools,
        pkg_resources, and easy_install will no longer available by
        default; to access these run pip install setuptools in the
        activated virtual environment.
    
    Therefore we have to add it as a dependency to tox.ini.
    michael-k committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    29d5e6d View commit details
    Browse the repository at this point in the history