summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 11:46:23 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 12:03:57 +0200
commitb1974c740f8df0de012bc5163aba6b072c2e3a0c (patch)
tree2f8e9be35d983269fe7e914c87ab4bd23d1d26d5 /dev-python/tomlkit
parentdev-python/semantic_version: Fix remote-id (diff)
downloadgentoo-b1974c740f8df0de012bc5163aba6b072c2e3a0c.tar.gz
gentoo-b1974c740f8df0de012bc5163aba6b072c2e3a0c.tar.bz2
gentoo-b1974c740f8df0de012bc5163aba6b072c2e3a0c.zip
dev-python/tomlkit: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tomlkit')
-rw-r--r--dev-python/tomlkit/tomlkit-0.10.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tomlkit/tomlkit-0.10.2.ebuild b/dev-python/tomlkit/tomlkit-0.10.2.ebuild
index c66f726faca7..efdc6369cdae 100644
--- a/dev-python/tomlkit/tomlkit-0.10.2.ebuild
+++ b/dev-python/tomlkit/tomlkit-0.10.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1