From da01fef520c45bf405b8a1a26d4dafdbc3708d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 29 Oct 2023 11:38:45 +0100 Subject: [PATCH] dev-python/docker: Add py3.12 note MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/docker/docker-6.1.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/docker/docker-6.1.3.ebuild b/dev-python/docker/docker-6.1.3.ebuild index 2176517410aea..6d94ceea49f30 100644 --- a/dev-python/docker/docker-6.1.3.ebuild +++ b/dev-python/docker/docker-6.1.3.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +# py3.12: https://github.com/docker/docker-py/pull/3176 (incomplete) PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1