summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-02 20:07:48 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-02 20:30:51 +0100
commit543a663308379a0bfabdfd5117ab9ea7dd90f72e (patch)
tree73e201a76c19d73469ad9a45cbba9560ea9453fb /dev-python
parentb10e58dc4af8aaa5a69f23b8347f5b94634de89f (diff)
downloadgentoo-543a663308379a0bfabdfd5117ab9ea7dd90f72e.tar.gz
gentoo-543a663308379a0bfabdfd5117ab9ea7dd90f72e.tar.bz2
gentoo-543a663308379a0bfabdfd5117ab9ea7dd90f72e.zip
dev-python/ecdsa: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ecdsa/ecdsa-0.19.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ecdsa/ecdsa-0.19.0.ebuild b/dev-python/ecdsa/ecdsa-0.19.0.ebuild
index 1c3ef83d6d796..0b4c1f2eb570b 100644
--- a/dev-python/ecdsa/ecdsa-0.19.0.ebuild
+++ b/dev-python/ecdsa/ecdsa-0.19.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} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 pypi