diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-14 12:06:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-14 13:09:59 +0200 |
commit | 7b9f475cd588d4a7f2d0a28a0cff7268c79c0332 (patch) | |
tree | d4419d9725cc67074475a9bc12fcec559093ad86 /dev-python/dicttoxml | |
parent | dev-python/cfn-python-lint: Port to py3.9 (diff) | |
download | gentoo-7b9f475cd588d4a7f2d0a28a0cff7268c79c0332.tar.gz gentoo-7b9f475cd588d4a7f2d0a28a0cff7268c79c0332.tar.bz2 gentoo-7b9f475cd588d4a7f2d0a28a0cff7268c79c0332.zip |
dev-python/dicttoxml: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dicttoxml')
-rw-r--r-- | dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild b/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild index cd25c58130e1..5544ba09be89 100644 --- a/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild +++ b/dev-python/dicttoxml/dicttoxml-1.7.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |