summaryrefslogtreecommitdiff
path: root/dev-python/docutils
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-02-16 21:35:07 +0100
committerMichał Górny <mgorny@gentoo.org>2025-02-16 21:36:55 +0100
commit5a73ff409894b633800ebd9d0f05a0b905469f09 (patch)
tree155b6246b9bcd26934034226c3b6b1811a5caad2 /dev-python/docutils
parent81f8bc5ab78de263c8cee8d537f9039df5ccfea7 (diff)
downloadgentoo-5a73ff409894b633800ebd9d0f05a0b905469f09.tar.gz
gentoo-5a73ff409894b633800ebd9d0f05a0b905469f09.tar.bz2
gentoo-5a73ff409894b633800ebd9d0f05a0b905469f09.zip
dev-python/docutils: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/docutils')
-rw-r--r--dev-python/docutils/docutils-0.21.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/docutils/docutils-0.21.2.ebuild b/dev-python/docutils/docutils-0.21.2.ebuild
index 5134ad8724ba..d48ec68092fa 100644
--- a/dev-python/docutils/docutils-0.21.2.ebuild
+++ b/dev-python/docutils/docutils-0.21.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 optfeature pypi