summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-04-18 15:25:19 +0200
committerMichał Górny <mgorny@gentoo.org>2025-04-18 16:55:55 +0200
commitf3762610e2af50f69c210b4ca191801f8180bade (patch)
tree628617e6836ba4648be91f0f10d9c9e52c309c8c /dev-python
parent1d5deac1cdc964b77cd29a30b7d4bd12cb2519b9 (diff)
downloadgentoo-f3762610e2af50f69c210b4ca191801f8180bade.tar.gz
gentoo-f3762610e2af50f69c210b4ca191801f8180bade.tar.bz2
gentoo-f3762610e2af50f69c210b4ca191801f8180bade.zip
dev-python/hatch-fancy-pypi-readme: Enable py3.13t
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-24.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-24.1.0.ebuild b/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-24.1.0.ebuild
index 9563f9f443ac..53f0b3c09537 100644
--- a/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-24.1.0.ebuild
+++ b/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-24.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} python3_13t )
inherit distutils-r1
@@ -26,7 +26,7 @@ RDEPEND="
dev-python/hatchling[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/tomli[${PYTHON_USEDEP}]
- ' 3.{9..10})
+ ' 3.10)
"
distutils_enable_tests pytest