diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-12 16:54:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-12 17:40:14 +0200 |
commit | d16f9b80333ef10c48bb1d624901ceae51784978 (patch) | |
tree | 53f14fe5352e4fd40fcca831b3d3c51c67136720 /dev-python/idna-ssl | |
parent | dev-python/idna-ssl: Enable tests (diff) | |
download | gentoo-d16f9b80333ef10c48bb1d624901ceae51784978.tar.gz gentoo-d16f9b80333ef10c48bb1d624901ceae51784978.tar.bz2 gentoo-d16f9b80333ef10c48bb1d624901ceae51784978.zip |
dev-python/idna-ssl: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/idna-ssl')
-rw-r--r-- | dev-python/idna-ssl/idna-ssl-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild index 194079846624..c80202c1db5f 100644 --- a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild +++ b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |