commit: a00b53c163bcfbdc8e11308ffbd72d09f18401e3
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 18:52:09 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 19:51:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00b53c1
dev-python/polib: enable py3.11
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/polib/polib-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/polib/polib-1.1.1.ebuild
b/dev-python/polib/polib-1.1.1.ebuild
index 166a15e19c9d..8733a37715c8 100644
--- a/dev-python/polib/polib-1.1.1.ebuild
+++ b/dev-python/polib/polib-1.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1