diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-09-16 17:22:51 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-18 08:39:33 +0100 |
commit | bde2c6715db87406b799c42c81305b146b47d7cc (patch) | |
tree | 45da4f1d34c66fdf9ad15dc697eb9815b19c19b4 /dev-python/leechcorepyc | |
parent | dev-python/leechcorepyc: add 2.15.0 (diff) | |
download | gentoo-bde2c6715db87406b799c42c81305b146b47d7cc.tar.gz gentoo-bde2c6715db87406b799c42c81305b146b47d7cc.tar.bz2 gentoo-bde2c6715db87406b799c42c81305b146b47d7cc.zip |
dev-python/leechcorepyc: enable py3.12
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/31863
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/leechcorepyc')
-rw-r--r-- | dev-python/leechcorepyc/leechcorepyc-2.14.3.ebuild | 2 | ||||
-rw-r--r-- | 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 |