summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-12 20:09:54 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-12 20:27:58 +0200
commitf3b185807001d8d6f8aac3c02202f835979150c7 (patch)
tree0bc759203a085f2005e55737f46863c2ee71e668
parentdev-python/iniparse: Use PEP517 build (diff)
downloadgentoo-f3b185807001d8d6f8aac3c02202f835979150c7.tar.gz
gentoo-f3b185807001d8d6f8aac3c02202f835979150c7.tar.bz2
gentoo-f3b185807001d8d6f8aac3c02202f835979150c7.zip
dev-python/iniparse: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/iniparse/iniparse-0.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/iniparse/iniparse-0.5-r1.ebuild b/dev-python/iniparse/iniparse-0.5-r1.ebuild
index 68e15ebdd7b0..aa966c31860c 100644
--- a/dev-python/iniparse/iniparse-0.5-r1.ebuild
+++ b/dev-python/iniparse/iniparse-0.5-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1