summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-10-16 14:02:12 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-10-16 14:03:12 +0200
commitbefd1df675d4c93ad9aff0e1c13b22e912674566 (patch)
tree7528e89b13afcf8f785adc4736043772da599942
parentxfce-base/thunar: Bump to 4.17.10 (diff)
downloadgentoo-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>
-rw-r--r--sci-physics/qmeq/qmeq-1.0_p202004.ebuild4
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"