commit: 0a90f0eff65959cb239e09c8bd57ec52d6ebab8e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 09:45:15 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 10:15:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a90f0ef
dev-python/types-docutils: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/types-docutils/types-docutils-0.21.0.20240423.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/types-docutils/types-docutils-0.21.0.20240423.ebuild
b/dev-python/types-docutils/types-docutils-0.21.0.20240423.ebuild
index cb335ec2836f..f42134c19384 100644
--- a/dev-python/types-docutils/types-docutils-0.21.0.20240423.ebuild
+++ b/dev-python/types-docutils/types-docutils-0.21.0.20240423.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi