diff options
author | 2020-09-02 10:38:44 +0200 | |
---|---|---|
committer | 2020-09-02 11:11:50 +0200 | |
commit | c7f62fcc84cc233036e7ecb40fc64be34eda8e09 (patch) | |
tree | 470dd4a70e30dce53617ba13cbc1e448b29d4a4a /dev-python/oct2py | |
parent | dev-python/pweave: Remove py3.6 due to ipython (diff) | |
download | gentoo-c7f62fcc84cc233036e7ecb40fc64be34eda8e09.tar.gz gentoo-c7f62fcc84cc233036e7ecb40fc64be34eda8e09.tar.bz2 gentoo-c7f62fcc84cc233036e7ecb40fc64be34eda8e09.zip |
dev-python/oct2py: Remove py3.6 due to ipython
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oct2py')
-rw-r--r-- | dev-python/oct2py/oct2py-5.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oct2py/oct2py-5.2.0.ebuild b/dev-python/oct2py/oct2py-5.2.0.ebuild index ddc73b701cdc..475ad273c818 100644 --- a/dev-python/oct2py/oct2py-5.2.0.ebuild +++ b/dev-python/oct2py/oct2py-5.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 |