summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-02-25 08:53:42 +0100
committerMichał Górny <mgorny@gentoo.org>2025-02-25 09:14:19 +0100
commitba80a55a00cfcb6ada159198297cb66dd930a3aa (patch)
treeee3971e072d01ecd86afae23a37feb0c7cab06db /dev-python
parent92af2714a7a0f0b83010793fcec59812ae75f85b (diff)
downloadgentoo-ba80a55a00cfcb6ada159198297cb66dd930a3aa.tar.gz
gentoo-ba80a55a00cfcb6ada159198297cb66dd930a3aa.tar.bz2
gentoo-ba80a55a00cfcb6ada159198297cb66dd930a3aa.zip
dev-python/mkdocs-get-deps: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/mkdocs-get-deps/mkdocs-get-deps-0.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mkdocs-get-deps/mkdocs-get-deps-0.2.0.ebuild b/dev-python/mkdocs-get-deps/mkdocs-get-deps-0.2.0.ebuild
index 18add6bc773a..148f75ad0bb2 100644
--- a/dev-python/mkdocs-get-deps/mkdocs-get-deps-0.2.0.ebuild
+++ b/dev-python/mkdocs-get-deps/mkdocs-get-deps-0.2.0.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=hatchling
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 pypi