diff options
-rw-r--r-- | dev-python/pytools/pytools-2021.2.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pytools/pytools-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytools/pytools-2021.2.6.ebuild b/dev-python/pytools/pytools-2021.2.6.ebuild index 9c2cc4d59064..f45014748290 100644 --- a/dev-python/pytools/pytools-2021.2.6.ebuild +++ b/dev-python/pytools/pytools-2021.2.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE='sqlite' inherit distutils-r1 diff --git a/dev-python/pytools/pytools-9999.ebuild b/dev-python/pytools/pytools-9999.ebuild index 618ec9fc5a6d..17a4d2a89990 100644 --- a/dev-python/pytools/pytools-9999.ebuild +++ b/dev-python/pytools/pytools-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE='sqlite' DISTUTILS_USE_SETUPTOOLS=bdepend |