summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-02-15 11:47:23 +0100
committerMichał Górny <mgorny@gentoo.org>2025-02-15 12:29:59 +0100
commit1372e36ed490009b08da828e4e19df7ad73276bc (patch)
tree50d4d7f9d090013953b67af366a27fa6ff4acbb1 /dev-python
parent0e18463c653c8b686288d5d8d5d7d95ee521ed12 (diff)
downloadgentoo-1372e36ed490009b08da828e4e19df7ad73276bc.tar.gz
gentoo-1372e36ed490009b08da828e4e19df7ad73276bc.tar.bz2
gentoo-1372e36ed490009b08da828e4e19df7ad73276bc.zip
dev-python/pexpect: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pexpect/pexpect-4.9.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pexpect/pexpect-4.9.0.ebuild b/dev-python/pexpect/pexpect-4.9.0.ebuild
index a6a72d9e35dc..325f441e2429 100644
--- a/dev-python/pexpect/pexpect-4.9.0.ebuild
+++ b/dev-python/pexpect/pexpect-4.9.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=setuptools
-PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 )
+PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 pypy3_11 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi