diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-25 20:56:49 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-25 21:01:47 +0300 |
commit | 99193966a3bc2c723c83ece721cb3faea967b1b8 (patch) | |
tree | ebf9ade1113024f3975bec733f1e55253b4d6fdb /dev-python/coreschema | |
parent | dev-python/cli_helpers: enable py3.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |