diff options
author | 2018-07-14 22:15:38 +0200 | |
---|---|---|
committer | 2018-07-16 21:57:11 +0200 | |
commit | 4fedbf1b846961f4f1a8537889bfa0d2d8b2c0f6 (patch) | |
tree | ec590569f73f43143c37cab14eace11425874847 /dev-python/requests | |
parent | dev-python/urllib3: Enable py3.7 (diff) | |
download | gentoo-4fedbf1b846961f4f1a8537889bfa0d2d8b2c0f6.tar.gz gentoo-4fedbf1b846961f4f1a8537889bfa0d2d8b2c0f6.tar.bz2 gentoo-4fedbf1b846961f4f1a8537889bfa0d2d8b2c0f6.zip |
dev-python/requests: Enable py3.7
Diffstat (limited to 'dev-python/requests')
-rw-r--r-- | dev-python/requests/requests-2.19.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests/requests-2.19.1-r1.ebuild b/dev-python/requests/requests-2.19.1-r1.ebuild index a614579b5a94..0d6c239ab99a 100644 --- a/dev-python/requests/requests-2.19.1-r1.ebuild +++ b/dev-python/requests/requests-2.19.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |