summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-10-04 19:52:09 +0100
committerMarek Szuba <marecki@gentoo.org>2022-10-04 20:51:07 +0100
commita00b53c163bcfbdc8e11308ffbd72d09f18401e3 (patch)
tree5fddf56cde95f670ee77e9cf4d4db353004cf92f /dev-python/polib
parentdev-ros/python_cmake_module: use python_has_version inside python_check_deps (diff)
downloadgentoo-a00b53c163bcfbdc8e11308ffbd72d09f18401e3.tar.gz
gentoo-a00b53c163bcfbdc8e11308ffbd72d09f18401e3.tar.bz2
gentoo-a00b53c163bcfbdc8e11308ffbd72d09f18401e3.zip
dev-python/polib: enable py3.11
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/polib')
-rw-r--r--dev-python/polib/polib-1.1.1.ebuild4
1 files 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