diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-11 11:46:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-11 12:03:57 +0200 |
commit | b1974c740f8df0de012bc5163aba6b072c2e3a0c (patch) | |
tree | 2f8e9be35d983269fe7e914c87ab4bd23d1d26d5 | |
parent | dev-python/semantic_version: Fix remote-id (diff) | |
download | gentoo-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>
-rw-r--r-- | dev-python/tomlkit/tomlkit-0.10.2.ebuild | 2 |
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 |