commit: befd1df675d4c93ad9aff0e1c13b22e912674566 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Oct 16 12:02:12 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Oct 16 12:03:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befd1df6
sci-physics/qmeq: enable py3.10 and disable py3.7 Closes: https://bugs.gentoo.org/846293 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sci-physics/qmeq/qmeq-1.0_p202004.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-physics/qmeq/qmeq-1.0_p202004.ebuild b/sci-physics/qmeq/qmeq-1.0_p202004.ebuild index a1827cc843ed..9d186379a84c 100644 --- a/sci-physics/qmeq/qmeq-1.0_p202004.ebuild +++ b/sci-physics/qmeq/qmeq-1.0_p202004.ebuild @@ -1,9 +1,9 @@ -# Copyright 2018-2021 Gentoo Authors +# Copyright 2018-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit distutils-r1 Pcommit="d3949bf812e1648892959a169a7ff849cd7b69d5"
