...
[Python 3.12]
setuptools
isn't now pre-installed in Python 3.12 virtual environments, instead it should now be installed throughpip
explicitly.Include
setuptools
as dependency in requirementsAdd
--allow-unsafe
parameter inpip-compile
command to make it possible to includesetuptools
in requirements filesĀRun
make upgrade
to includesetuptools
in all requirements for Python 3.12 support
[Python 3.12]
pact-python
Python 3.12 update needs
pact-python>2.1.1
which will have the support of Python 3.12. The package owner has planned to release new version within the current week which will unblock this PR. For details, see the package author's comment pact-foundation/pact-python#422 (comment).