diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-23 10:27:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-23 10:39:25 +0200 |
commit | 4dee6500274731c70288ab932e926fa79e01607a (patch) | |
tree | 5ed937bd8ce9c554176665868cbdfaf51d0060f9 /dev-python/ipdb | |
parent | dev-python/httmock: Enable py3.{7,8} (diff) | |
download | gentoo-4dee6500274731c70288ab932e926fa79e01607a.tar.gz gentoo-4dee6500274731c70288ab932e926fa79e01607a.tar.bz2 gentoo-4dee6500274731c70288ab932e926fa79e01607a.zip |
dev-python/ipdb: Enable py3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipdb')
-rw-r--r-- | dev-python/ipdb/ipdb-0.10.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipdb/ipdb-0.10.3.ebuild b/dev-python/ipdb/ipdb-0.10.3.ebuild index 698716c70972..659f91f7613f 100644 --- a/dev-python/ipdb/ipdb-0.10.3.ebuild +++ b/dev-python/ipdb/ipdb-0.10.3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |