diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-23 16:26:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-23 16:38:18 +0100 |
commit | 6e879223b23a2d700008862f09770dfce28058a5 (patch) | |
tree | 18184f6c137336c865d2737d030b2c9be645e53d /dev-python/cssselect | |
parent | dev-python/lxml: Revert "Enable py3.8" (diff) | |
download | gentoo-6e879223b23a2d700008862f09770dfce28058a5.tar.gz gentoo-6e879223b23a2d700008862f09770dfce28058a5.tar.bz2 gentoo-6e879223b23a2d700008862f09770dfce28058a5.zip |
dev-python/cssselect: Revert "Enable py3.8"
It was supposed to say 'pypy3'.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cssselect')
-rw-r--r-- | dev-python/cssselect/cssselect-1.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cssselect/cssselect-1.0.3.ebuild b/dev-python/cssselect/cssselect-1.0.3.ebuild index a72c4d12beda..80aef78e55b9 100644 --- a/dev-python/cssselect/cssselect-1.0.3.ebuild +++ b/dev-python/cssselect/cssselect-1.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy ) inherit distutils-r1 |