diff options
author | Rick Farina <zerochaos@gentoo.org> | 2020-01-06 14:56:13 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2020-01-06 14:56:13 -0500 |
commit | b4081d8fb5ff2450f86f303ffd074669946b924e (patch) | |
tree | 4149313747e5318b836fb02ff5f7ece6bd955c97 /dev-python/pluginbase | |
parent | app-office/pybliographer: add comment (diff) | |
download | gentoo-b4081d8fb5ff2450f86f303ffd074669946b924e.tar.gz gentoo-b4081d8fb5ff2450f86f303ffd074669946b924e.tar.bz2 gentoo-b4081d8fb5ff2450f86f303ffd074669946b924e.zip |
dev-python/pluginbase: python 3.7
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'dev-python/pluginbase')
-rw-r--r-- | dev-python/pluginbase/pluginbase-0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pluginbase/pluginbase-0.5.ebuild b/dev-python/pluginbase/pluginbase-0.5.ebuild index f51bc3406ee7..d01c4571f584 100644 --- a/dev-python/pluginbase/pluginbase-0.5.ebuild +++ b/dev-python/pluginbase/pluginbase-0.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) inherit distutils-r1 |