summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 20:21:32 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 20:23:28 +0200
commit90c904279663a5dcac012a7b797039cfc1f05259 (patch)
tree4fe85fd9b41742eaededb39c10c98d52a9c0738b
parentdev-python/html5-parser: Enable py3.13 (diff)
downloadgentoo-90c904279663a5dcac012a7b797039cfc1f05259.tar.gz
gentoo-90c904279663a5dcac012a7b797039cfc1f05259.tar.bz2
gentoo-90c904279663a5dcac012a7b797039cfc1f05259.zip
dev-python/griffe: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/griffe/griffe-0.45.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/griffe/griffe-0.45.0.ebuild b/dev-python/griffe/griffe-0.45.0.ebuild
index 73f99c53e1af..482500b13259 100644
--- a/dev-python/griffe/griffe-0.45.0.ebuild
+++ b/dev-python/griffe/griffe-0.45.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1