diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 52b43a1..54da14b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,8 +18,11 @@ Improvements and new features: :py:attr:`~pytest_container.container.ContainerBase.extra_entrypoint_args` to support appending arguments to the container launch command +- Add support for Python 3.12 + - Add property :py:attr:`~pytest_container.inspect.PortForwarding.bind_ip` to support binding to arbitrary IP addresses. + - Fix :py:attr:`~pytest_container.inspect.PortForwarding.host_port` being ignored when picking the host port diff --git a/pyproject.toml b/pyproject.toml index ab27135..e8b5465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Quality Assurance", "Topic :: Software Development :: Testing" ]