commit: e3e54c84e8c43bfddb8d4353db7016b4c849b2b6
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 08:49:52 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 08:49:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e54c84
sci-libs/branca: enable py3.11
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/branca/branca-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/branca/branca-0.6.0.ebuild
b/sci-libs/branca/branca-0.6.0.ebuild
index edbdf573dee9..91ea6850fcc5 100644
--- a/sci-libs/branca/branca-0.6.0.ebuild
+++ b/sci-libs/branca/branca-0.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
inherit distutils-r1