Merge pull request #724 from brianmwaters/py39

Bump two packages for the python 3.9 switch
This commit is contained in:
Anton Bolshakov 2021-06-02 12:28:15 +08:00 committed by GitHub
commit d6f36eb4ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

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

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