dev-python/pypax: add Python 3.9

Closes: https://bugs.gentoo.org/788418
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-06-01 10:44:23 +00:00
parent cd5c294c41
commit d8621b2745
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python{3_7,3_8} )
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python{3_7,3_8} )
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1