commit: 83ed31e66b4b462c23cf6e96dd27338d1da64594 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jun 20 18:17:59 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jun 20 18:40:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ed31e6
dev-python/plyvel: Enable py3.13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/plyvel/plyvel-1.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/plyvel/plyvel-1.5.1.ebuild b/dev-python/plyvel/plyvel-1.5.1.ebuild index fb7c8b655e5a..f26a7bbdf0e8 100644 --- a/dev-python/plyvel/plyvel-1.5.1.ebuild +++ b/dev-python/plyvel/plyvel-1.5.1.ebuild @@ -7,7 +7,7 @@ DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools # Disable PyPy3 for now because it is not stable enough: # https://github.com/wbolster/plyvel/issues/140 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi
