diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-16 14:02:12 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-16 14:03:12 +0200 |
commit | befd1df675d4c93ad9aff0e1c13b22e912674566 (patch) | |
tree | 7528e89b13afcf8f785adc4736043772da599942 /sci-physics/qmeq | |
parent | xfce-base/thunar: Bump to 4.17.10 (diff) | |
download | gentoo-befd1df675d4c93ad9aff0e1c13b22e912674566.tar.gz gentoo-befd1df675d4c93ad9aff0e1c13b22e912674566.tar.bz2 gentoo-befd1df675d4c93ad9aff0e1c13b22e912674566.zip |
sci-physics/qmeq: enable py3.10 and disable py3.7
Closes: https://bugs.gentoo.org/846293
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-physics/qmeq')
-rw-r--r-- | sci-physics/qmeq/qmeq-1.0_p202004.ebuild | 4 |
1 files 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" |