diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-10-19 10:42:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-10-19 10:46:50 +0200 |
commit | 4b3f7ff2354f9c061a4f4f497ec5b6ffda0687b3 (patch) | |
tree | 17712609d3a036fb9f850e402dfeda5643af4473 /dev-python/et_xmlfile | |
parent | dev-python/jdcal: Tested on py3.7 (diff) | |
download | gentoo-4b3f7ff2354f9c061a4f4f497ec5b6ffda0687b3.tar.gz gentoo-4b3f7ff2354f9c061a4f4f497ec5b6ffda0687b3.tar.bz2 gentoo-4b3f7ff2354f9c061a4f4f497ec5b6ffda0687b3.zip |
dev-python/et_xmlfile: Tested on py3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/et_xmlfile')
-rw-r--r-- | dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild b/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild index 0e82eb214a0a..314e0b888701 100644 --- a/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild +++ b/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 |