commit: bde2c6715db87406b799c42c81305b146b47d7cc Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Sat Sep 16 15:22:51 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 18 07:39:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde2c671
dev-python/leechcorepyc: enable py3.12 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/31863 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/leechcorepyc/leechcorepyc-2.14.3.ebuild | 2 +- dev-python/leechcorepyc/leechcorepyc-2.15.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/leechcorepyc/leechcorepyc-2.14.3.ebuild b/dev-python/leechcorepyc/leechcorepyc-2.14.3.ebuild index e79613f7df0d..6e290f4e945d 100644 --- a/dev-python/leechcorepyc/leechcorepyc-2.14.3.ebuild +++ b/dev-python/leechcorepyc/leechcorepyc-2.14.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 toolchain-funcs pypi diff --git a/dev-python/leechcorepyc/leechcorepyc-2.15.0.ebuild b/dev-python/leechcorepyc/leechcorepyc-2.15.0.ebuild index 47dbd6d391cd..ce413773bd64 100644 --- a/dev-python/leechcorepyc/leechcorepyc-2.15.0.ebuild +++ b/dev-python/leechcorepyc/leechcorepyc-2.15.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 toolchain-funcs pypi
