summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-02-15 11:47:31 +0100
committerMichał Górny <mgorny@gentoo.org>2025-02-15 12:29:57 +0100
commit1b9f115c3d17634d8fe82effc6a649d4be6e420c (patch)
treefa7aa56e583baab5b6c8fe70551a1084b3d14200 /dev-python
parent947c42e74dd32c419ca031d5ee03f286da0a2f88 (diff)
downloadgentoo-1b9f115c3d17634d8fe82effc6a649d4be6e420c.tar.gz
gentoo-1b9f115c3d17634d8fe82effc6a649d4be6e420c.tar.bz2
gentoo-1b9f115c3d17634d8fe82effc6a649d4be6e420c.zip
dev-python/execnet: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/execnet/execnet-2.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/execnet/execnet-2.1.1.ebuild b/dev-python/execnet/execnet-2.1.1.ebuild
index 24024951426a..5597bd10c095 100644
--- a/dev-python/execnet/execnet-2.1.1.ebuild
+++ b/dev-python/execnet/execnet-2.1.1.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} python3_13t pypy3 )
+PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 pypy3_11 )
inherit distutils-r1 pypi