diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-17 20:21:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-17 20:23:28 +0200 |
commit | 90c904279663a5dcac012a7b797039cfc1f05259 (patch) | |
tree | 4fe85fd9b41742eaededb39c10c98d52a9c0738b /dev-python/griffe | |
parent | dev-python/html5-parser: Enable py3.13 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/griffe')
-rw-r--r-- | dev-python/griffe/griffe-0.45.0.ebuild | 2 |
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 |