diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-02-24 11:56:35 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-02-24 11:56:35 +0100 |
commit | 7c2ab6c1f431df800813a4a2b4d88b6839fedfc9 (patch) | |
tree | e68ccd98be17143b17cdf734e99763713ef1e5d1 /sci-mathematics | |
parent | sci-mathematics/gsl-shell: add 2.3.5 (diff) | |
download | gentoo-7c2ab6c1f431df800813a4a2b4d88b6839fedfc9.tar.gz gentoo-7c2ab6c1f431df800813a4a2b4d88b6839fedfc9.tar.bz2 gentoo-7c2ab6c1f431df800813a4a2b4d88b6839fedfc9.zip |
sci-mathematics/alectryon: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild b/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild index b43f1ec4fc55..f5738a12bb0d 100644 --- a/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild +++ b/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit elisp-common distutils-r1 |