commit: b12c29426d2a029f1af2b3636723dc9f7929fa18
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 09:01:56 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 09:01:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12c2942
sci-mathematics/libpoly: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-mathematics/libpoly/libpoly-0.1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/libpoly/libpoly-0.1.11.ebuild
b/sci-mathematics/libpoly/libpoly-0.1.11.ebuild
index b2e129113f07..f83360e390fa 100644
--- a/sci-mathematics/libpoly/libpoly-0.1.11.ebuild
+++ b/sci-mathematics/libpoly/libpoly-0.1.11.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit python-single-r1 cmake