summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-05-30 22:34:14 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-31 12:49:58 +0200
commit1869d8feb3da8a737bb89ebdb8e2b718d1e66437 (patch)
tree9067cf8917c1e16b0904a52b1e0decae2d66a2e8 /dev-python/docutils
parentdev-python/testresources: enable py3.12 (diff)
downloadgentoo-1869d8feb3da8a737bb89ebdb8e2b718d1e66437.tar.gz
gentoo-1869d8feb3da8a737bb89ebdb8e2b718d1e66437.tar.bz2
gentoo-1869d8feb3da8a737bb89ebdb8e2b718d1e66437.zip
dev-python/docutils: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/docutils')
-rw-r--r--dev-python/docutils/docutils-0.19.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/docutils/docutils-0.19.ebuild b/dev-python/docutils/docutils-0.19.ebuild
index c32380807db4..1bbeb19e0cb4 100644
--- a/dev-python/docutils/docutils-0.19.ebuild
+++ b/dev-python/docutils/docutils-0.19.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
inherit distutils-r1 pypi