shodan: add python 3.8, note, tests don't appear to work on any python version

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-07-20 12:44:47 -04:00
parent d4fbe26792
commit f4f715d30b
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1