diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-02-24 10:01:56 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-02-24 10:01:56 +0100 |
commit | b12c29426d2a029f1af2b3636723dc9f7929fa18 (patch) | |
tree | 0b2e2bc9774b3bfd368b47d8c85869dae513d98b /sci-mathematics/libpoly | |
parent | sci-mathematics/mathlib-tools: enable py3.11 (diff) | |
download | gentoo-b12c29426d2a029f1af2b3636723dc9f7929fa18.tar.gz gentoo-b12c29426d2a029f1af2b3636723dc9f7929fa18.tar.bz2 gentoo-b12c29426d2a029f1af2b3636723dc9f7929fa18.zip |
sci-mathematics/libpoly: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-mathematics/libpoly')
-rw-r--r-- | sci-mathematics/libpoly/libpoly-0.1.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |