diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-17 10:20:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-17 10:32:05 +0200 |
commit | 45f0146e02bb4ff876cec187f909a311b92791ef (patch) | |
tree | 592473a6acf3c118ffe6b66cb09d195d3d2a144c /dev-python/cssselect | |
parent | dev-libs/qtkeychain: Version bump 0.9.0 (diff) | |
download | gentoo-45f0146e02bb4ff876cec187f909a311b92791ef.tar.gz gentoo-45f0146e02bb4ff876cec187f909a311b92791ef.tar.bz2 gentoo-45f0146e02bb4ff876cec187f909a311b92791ef.zip |
dev-python/cssselect: Enable py3.7
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 6747eb5c3925..acb3b56d3905 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_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit distutils-r1 |