commit: f9055d229dd20310cdf1c3d55a708efb24e3a686
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 12:20:50 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 13:18:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9055d22
dev-python/snakeoil: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/snakeoil/snakeoil-0.10.10.ebuild | 4 ++--
dev-python/snakeoil/snakeoil-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/snakeoil/snakeoil-0.10.10.ebuild
b/dev-python/snakeoil/snakeoil-0.10.10.ebuild
index c5937703364d..934da720bb73 100644
--- a/dev-python/snakeoil/snakeoil-0.10.10.ebuild
+++ b/dev-python/snakeoil/snakeoil-0.10.10.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=flit
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild
b/dev-python/snakeoil/snakeoil-9999.ebuild
index d030290784dc..086b0670ec26 100644
--- a/dev-python/snakeoil/snakeoil-9999.ebuild
+++ b/dev-python/snakeoil/snakeoil-9999.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=flit
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1