dev-python/pytools: enable py3.12

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2023-08-19 13:39:14 +01:00
parent 17ccdee457
commit 91b4fb5abd

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE='sqlite'
inherit distutils-r1 pypi
@@ -27,7 +27,7 @@ RDEPEND="
>=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
' 3.8 3.9 3.10)
' 3.10)
"
distutils_enable_tests pytest