ropper: bump to python 3.9

This commit is contained in:
Brian Waters 2021-06-01 21:18:05 -04:00
parent 65a760ce4d
commit 8a9c8826c9
No known key found for this signature in database
GPG key ID: 58DB689122AA09CF

View file

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