commit:     537d1bd134263a2b433607b759b379d23f2be0db
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 18:25:07 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 18:25:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537d1bd1

net-libs/libpsl: Add Python 3.11 compatibility

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/libpsl/libpsl-0.21.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libpsl/libpsl-0.21.1-r1.ebuild 
b/net-libs/libpsl/libpsl-0.21.1-r1.ebuild
index 84d2fc762666..59acf63ddf81 100644
--- a/net-libs/libpsl/libpsl-0.21.1-r1.ebuild
+++ b/net-libs/libpsl/libpsl-0.21.1-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit flag-o-matic multilib-minimal python-any-r1
 
 DESCRIPTION="C library for the Public Suffix List"

Reply via email to