commit: 5077f3d5cde2fdcda98b91c0a7cf309f5c8709e4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 12:41:11 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 12:54:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5077f3d5
dev-python/cachelib: Enable py3.12 Closes: https://bugs.gentoo.org/929442 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/cachelib/cachelib-0.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cachelib/cachelib-0.13.0.ebuild b/dev-python/cachelib/cachelib-0.13.0.ebuild index faaba7e5c123..0262028d040d 100644 --- a/dev-python/cachelib/cachelib-0.13.0.ebuild +++ b/dev-python/cachelib/cachelib-0.13.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1
