diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-06-04 22:20:57 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-06-04 22:20:57 +0200 |
commit | 0822c43442ed125d2f6669413e244d174ba87cca (patch) | |
tree | c4d72486bf0a2983cee8131083e9d4350d09796b /sci-libs | |
parent | dev-util/patdiff: fix deps (diff) | |
download | gentoo-0822c43442ed125d2f6669413e244d174ba87cca.tar.gz gentoo-0822c43442ed125d2f6669413e244d174ba87cca.tar.bz2 gentoo-0822c43442ed125d2f6669413e244d174ba87cca.zip |
sci-libs/nlopt: enable py3.12
Closes: https://bugs.gentoo.org/929783
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-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 bd1b810d4ad8..4788982d8935 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..11} ) +PYTHON_COMPAT=( python3_{10..12} ) FORTRAN_NEEDED="test" inherit python-r1 cmake fortran-2 |