commit:     581812f796f49ab66c246572ab3b838cb725adb6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 15:15:37 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 23 15:42:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581812f7

dev-python/hatch-fancy-pypi-readme: Enable py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-23.1.0.ebuild     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-23.1.0.ebuild 
b/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-23.1.0.ebuild
index 2a2889a3a286..9afaa5ac1c72 100644
--- a/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-23.1.0.ebuild
+++ b/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-23.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 
@@ -26,7 +26,7 @@ RDEPEND="
        dev-python/hatchling[${PYTHON_USEDEP}]
        $(python_gen_cond_dep '
                dev-python/tomli[${PYTHON_USEDEP}]
-       ' 3.8 3.9 3.10)
+       ' 3.{9..10})
 "
 
 distutils_enable_tests pytest

Reply via email to