diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-05-30 22:34:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-31 12:49:58 +0200 |
commit | 1869d8feb3da8a737bb89ebdb8e2b718d1e66437 (patch) | |
tree | 9067cf8917c1e16b0904a52b1e0decae2d66a2e8 /dev-python/docutils | |
parent | dev-python/testresources: enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |