diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-02-24 12:24:22 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-02-24 12:24:29 +0100 |
commit | 1a985c49217b7512a90146596fde61353a8768cf (patch) | |
tree | d6ab41ca7917507ab26a4674b690d8c364185e58 /sci-libs/nlopt/nlopt-2.7.1-r2.ebuild | |
parent | app-text/sigil: enable py3.11 (diff) | |
download | gentoo-1a985c49217b7512a90146596fde61353a8768cf.tar.gz gentoo-1a985c49217b7512a90146596fde61353a8768cf.tar.bz2 gentoo-1a985c49217b7512a90146596fde61353a8768cf.zip |
sci-libs/nlopt: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/nlopt/nlopt-2.7.1-r2.ebuild')
-rw-r--r-- | sci-libs/nlopt/nlopt-2.7.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild b/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild index 6a362c01d90e..974f2f022535 100644 --- a/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild +++ b/sci-libs/nlopt/nlopt-2.7.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-r1 cmake fortran-2 |