gef: bump to python 3.9

This commit is contained in:
Brian Waters 2021-06-01 21:17:24 -04:00
parent 008c31800f
commit 65a760ce4d
No known key found for this signature in database
GPG key ID: 58DB689122AA09CF

View file

@ -3,8 +3,7 @@
EAPI=7
#dev-libs/keystone does not support python3.9 yet
PYTHON_COMPAT=( python3_{7..8} )
PYTHON_COMPAT=( python3_{7..9} )
inherit eutils python-single-r1