diff options
Diffstat (limited to 'dev-python/rich')
-rw-r--r-- | dev-python/rich/rich-12.6.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/rich/rich-13.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/rich/rich-13.0.1.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/rich/rich-12.6.0.ebuild b/dev-python/rich/rich-12.6.0.ebuild index a33e4350f8dd..607cd21f6e25 100644 --- a/dev-python/rich/rich-12.6.0.ebuild +++ b/dev-python/rich/rich-12.6.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..11} pypy3 ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 optfeature diff --git a/dev-python/rich/rich-13.0.0.ebuild b/dev-python/rich/rich-13.0.0.ebuild index 5f6ee739ea12..4283770bbcd5 100644 --- a/dev-python/rich/rich-13.0.0.ebuild +++ b/dev-python/rich/rich-13.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..11} pypy3 ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 optfeature diff --git a/dev-python/rich/rich-13.0.1.ebuild b/dev-python/rich/rich-13.0.1.ebuild index b03e68cb7621..294866c9fd24 100644 --- a/dev-python/rich/rich-13.0.1.ebuild +++ b/dev-python/rich/rich-13.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..11} pypy3 ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 optfeature |