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

Conversation

michael-k
Copy link
Contributor

No description provided.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant