dev-python/docker: Add py3.12 note

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-10-29 11:38:45 +01:00
parent f9131f22ec
commit da01fef520

View File

@@ -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