summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-25 20:56:49 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-25 21:01:47 +0300
commit99193966a3bc2c723c83ece721cb3faea967b1b8 (patch)
treeebf9ade1113024f3975bec733f1e55253b4d6fdb /dev-python/coreschema
parentdev-python/cli_helpers: enable py3.11 (diff)
downloadgentoo-99193966a3bc2c723c83ece721cb3faea967b1b8.tar.gz
gentoo-99193966a3bc2c723c83ece721cb3faea967b1b8.tar.bz2
gentoo-99193966a3bc2c723c83ece721cb3faea967b1b8.zip
dev-python/coreschema: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/coreschema')
-rw-r--r--dev-python/coreschema/coreschema-0.0.4-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild b/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
index 3236b029d8a7..2491132141bd 100644
--- a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
+++ b/dev-python/coreschema/coreschema-0.0.4-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