diff options
author | 2024-06-14 20:06:35 +0200 | |
---|---|---|
committer | 2024-06-14 20:15:30 +0200 | |
commit | 60688fa78c637a4f4dd26344f31d7748c2b0ed4a (patch) | |
tree | f3049b16465376f08f63742ec19a73cd2903ca2c /dev-python/docutils-glep | |
parent | dev-python/dogpile-cache: Enable py3.13 (diff) | |
download | gentoo-60688fa78c637a4f4dd26344f31d7748c2b0ed4a.tar.gz gentoo-60688fa78c637a4f4dd26344f31d7748c2b0ed4a.tar.bz2 gentoo-60688fa78c637a4f4dd26344f31d7748c2b0ed4a.zip |
dev-python/docutils-glep: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/docutils-glep')
-rw-r--r-- | dev-python/docutils-glep/docutils-glep-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/docutils-glep/docutils-glep-1.5.ebuild b/dev-python/docutils-glep/docutils-glep-1.5.ebuild index 6184a8bd712d..ac861a95a4c4 100644 --- a/dev-python/docutils-glep/docutils-glep-1.5.ebuild +++ b/dev-python/docutils-glep/docutils-glep-1.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |