commit: 9081dc7d2c4b86413bd3036b87c3e7fabccc9993
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 05:19:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 05:19:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9081dc7d
dev-python/python-bugzilla: enable py3.12
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python-bugzilla/python-bugzilla-3.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-bugzilla/python-bugzilla-3.2.0-r1.ebuild
b/dev-python/python-bugzilla/python-bugzilla-3.2.0-r1.ebuild
index 3f93f0ced781..95d75fb273cf 100644
--- a/dev-python/python-bugzilla/python-bugzilla-3.2.0-r1.ebuild
+++ b/dev-python/python-bugzilla/python-bugzilla-3.2.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi