commit: e93e7e22a3809ccd8ee63040c615c9d2046af407
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 17:02:38 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 3 17:45:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93e7e22
dev-python/pgspecial: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pgspecial/pgspecial-2.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pgspecial/pgspecial-2.1.0.ebuild
b/dev-python/pgspecial/pgspecial-2.1.0.ebuild
index 20d5d8a54dcc..56d59aaa9449 100644
--- a/dev-python/pgspecial/pgspecial-2.1.0.ebuild
+++ b/dev-python/pgspecial/pgspecial-2.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi