commit: 7a113abadc04bb711422e4cfbf7fdadf9c6df1f4 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Feb 24 13:19:41 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Feb 24 13:19:41 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7a113aba
dev-util/kdevelop-python: enable py3.11 Bug: https://bugs.gentoo.org/835921 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-util/kdevelop-python/kdevelop-python-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild index 49838760f6..6aefd6b76c 100644 --- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 ECM_TEST="forceoptional" KDE_ORG_CATEGORY="kdevelop" KDE_ORG_NAME="kdev-python" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) KFMIN=5.103.0 QTMIN=5.15.5 inherit ecm gear.kde.org python-single-r1
