diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:51:03 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:54:09 +0100 |
commit | 98a2ecb3d19f4c9df5e0c16f09051de5f7820e05 (patch) | |
tree | b64da2df9abe4be96b7d45beec972016bce5e1db /dev-python/yarl/yarl-1.3.0.ebuild | |
parent | dev-python/traceback2-1.4.0: python 3.8 support added. (diff) | |
download | gentoo-98a2ecb3d19f4c9df5e0c16f09051de5f7820e05.tar.gz gentoo-98a2ecb3d19f4c9df5e0c16f09051de5f7820e05.tar.bz2 gentoo-98a2ecb3d19f4c9df5e0c16f09051de5f7820e05.zip |
dev-python/yarl-1.3.0: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/yarl/yarl-1.3.0.ebuild')
-rw-r--r-- | dev-python/yarl/yarl-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/yarl/yarl-1.3.0.ebuild b/dev-python/yarl/yarl-1.3.0.ebuild index 821f1853688c..6822315ca438 100644 --- a/dev-python/yarl/yarl-1.3.0.ebuild +++ b/dev-python/yarl/yarl-1.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit distutils-r1 |