commit: 8c2ee75c610cb408dd284f9116bbcb7fab7b1dea
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 14:31:09 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 23 15:41:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2ee75c
dev-python/hatch-vcs: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hatch-vcs/hatch-vcs-0.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hatch-vcs/hatch-vcs-0.3.0.ebuild
b/dev-python/hatch-vcs/hatch-vcs-0.3.0.ebuild
index 543354470f9c..529100a26457 100644
--- a/dev-python/hatch-vcs/hatch-vcs-0.3.0.ebuild
+++ b/dev-python/hatch-vcs/hatch-vcs-0.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1