diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-09 20:08:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-09 20:43:16 +0200 |
commit | 9fa32426934ed4eea9be631b764d32c1a2e07c93 (patch) | |
tree | fbde6a9f1720f7c02e5848deb7955a56f6cd7138 /dev-python/pastedeploy/pastedeploy-1.5.2-r1.ebuild | |
parent | dev-python/pastedeploy: Enable tests (diff) | |
download | gentoo-9fa32426934ed4eea9be631b764d32c1a2e07c93.tar.gz gentoo-9fa32426934ed4eea9be631b764d32c1a2e07c93.tar.bz2 gentoo-9fa32426934ed4eea9be631b764d32c1a2e07c93.zip |
dev-python/pastedeploy: Tested on py3.6
Diffstat (limited to 'dev-python/pastedeploy/pastedeploy-1.5.2-r1.ebuild')
-rw-r--r-- | dev-python/pastedeploy/pastedeploy-1.5.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pastedeploy/pastedeploy-1.5.2-r1.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.2-r1.ebuild index 2dd75526e2b7..cd2ec18f8b08 100644 --- a/dev-python/pastedeploy/pastedeploy-1.5.2-r1.ebuild +++ b/dev-python/pastedeploy/pastedeploy-1.5.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 vcs-snapshot |