commit: 13d6308cf2f6a560df6a63451c4409097e159e89
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 16:14:58 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 18:44:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d6308c
dev-python/mypy-extensions: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mypy-extensions/mypy-extensions-1.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/mypy-extensions/mypy-extensions-1.0.0.ebuild
b/dev-python/mypy-extensions/mypy-extensions-1.0.0.ebuild
index 2b15fcda1737..819aa076488d 100644
--- a/dev-python/mypy-extensions/mypy-extensions-1.0.0.ebuild
+++ b/dev-python/mypy-extensions/mypy-extensions-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1