commit: 39921ca5533a0c505574508a290b6862f1b63c40
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon Dec 4 14:39:29 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Dec 6 07:57:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39921ca5
dev-python/sphinx-version-warning: enable py3.12
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild
b/dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild
index 986ba120a4..8c09c678b2 100644
--- a/dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild
+++ b/dev-python/sphinx-version-warning/sphinx-version-warning-1.1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1