dev-python/pycurl: Enable py3.7

This commit is contained in:
Michał Górny
2018-07-14 22:15:30 +02:00
parent c31bd209bc
commit e2a5573360

View File

@@ -4,7 +4,7 @@
EAPI=7
# The selftests fail with pypy, and urlgrabber segfaults for me.
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1