diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:34:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-02 11:11:45 +0200 |
commit | 004921e4ad2085f0dceb6795b96c648c96b3caea (patch) | |
tree | 0d9ccb3d38c0884eff82d0c1bda157ffbdc350d2 /sci-physics/qmeq | |
parent | dev-python/vpython: Remove py3.6 due to ipython (diff) | |
download | gentoo-004921e4ad2085f0dceb6795b96c648c96b3caea.tar.gz gentoo-004921e4ad2085f0dceb6795b96c648c96b3caea.tar.bz2 gentoo-004921e4ad2085f0dceb6795b96c648c96b3caea.zip |
sci-physics/qmeq: Remove py3.6 due to ipython
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-physics/qmeq')
-rw-r--r-- | sci-physics/qmeq/qmeq-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/qmeq/qmeq-1.0.ebuild b/sci-physics/qmeq/qmeq-1.0.ebuild index f2a11f357f90..9038c029f11b 100644 --- a/sci-physics/qmeq/qmeq-1.0.ebuild +++ b/sci-physics/qmeq/qmeq-1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 |