juju / python-libjuju

Python library for the Juju API
Apache License 2.0
57 stars 93 forks source link

Add setuptools to tox.ini #1058

Closed Aflynn50 closed 2 weeks ago

Aflynn50 commented 1 month ago

Description

In python version 12 setuptools in no longer included by default in venv environments as can be seen in the release notes here: https://docs.python.org/3/whatsnew/3.12.html. This is needed for setup.py.

Therefore we have to specify it in the dependencies.

Aflynn50 commented 3 weeks ago

/merge

Aflynn50 commented 2 weeks ago

/merge