commit: 2d832977887d23dcfe37f354e7a6cefb387a6f3b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 14:30:33 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 23 15:41:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d832977
dev-python/certifi: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/certifi/certifi-3021.3.16-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/certifi/certifi-3021.3.16-r3.ebuild
b/dev-python/certifi/certifi-3021.3.16-r3.ebuild
index 25806e4a6e97..3757907c426e 100644
--- a/dev-python/certifi/certifi-3021.3.16-r3.ebuild
+++ b/dev-python/certifi/certifi-3021.3.16-r3.ebuild
@@ -5,7 +5,7 @@
EAPI=7
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1