diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 21:56:46 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:54:07 +0100 |
commit | 6d559b021d9cbf548e081496a93b909f813376cc (patch) | |
tree | 11d23603a77317b1d43fe87dfb37d710fec2999c /dev-python/idna-ssl | |
parent | dev-python/funcparserlib-0.3.6-r1: python 3.8 support added. (diff) | |
download | gentoo-6d559b021d9cbf548e081496a93b909f813376cc.tar.gz gentoo-6d559b021d9cbf548e081496a93b909f813376cc.tar.bz2 gentoo-6d559b021d9cbf548e081496a93b909f813376cc.zip |
dev-python/idna-ssl-1.1.0: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/idna-ssl')
-rw-r--r-- | dev-python/idna-ssl/idna-ssl-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 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 835310677387..4dac5f1477fa 100644 --- a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild +++ b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit distutils-r1 |