diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 21:53:29 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 23:11:53 +0200 |
commit | d4634afeefd11d181e1b35d9737f44088f05508a (patch) | |
tree | 7583dfed27c4b476cdc7480018a4fcb8a2a6d04d /sci-electronics | |
parent | sci-chemistry/openbabel: sync live ebuild (diff) | |
download | gentoo-d4634afeefd11d181e1b35d9737f44088f05508a.tar.gz gentoo-d4634afeefd11d181e1b35d9737f44088f05508a.tar.bz2 gentoo-d4634afeefd11d181e1b35d9737f44088f05508a.zip |
sci-electronics/magic: enable py3.12
Closes: https://bugs.gentoo.org/929765
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/magic/magic-8.3.365.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/magic/magic-8.3.365.ebuild b/sci-electronics/magic/magic-8.3.365.ebuild index 295ffbfb144e..a2e076e9dd0b 100644 --- a/sci-electronics/magic/magic-8.3.365.ebuild +++ b/sci-electronics/magic/magic-8.3.365.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 |