diff options
author | 2022-05-16 16:59:58 +0200 | |
---|---|---|
committer | 2022-05-16 18:02:59 +0200 | |
commit | a5f3a1cd05e258ba4efc94bc628689d87ccb63a2 (patch) | |
tree | ccc9a76649362ecbb5bf8d039342c52f09c57d1e /dev-python/nest_asyncio | |
parent | dev-python/entrypoints: enable py3.11 (diff) | |
download | gentoo-a5f3a1cd05e258ba4efc94bc628689d87ccb63a2.tar.gz gentoo-a5f3a1cd05e258ba4efc94bc628689d87ccb63a2.tar.bz2 gentoo-a5f3a1cd05e258ba4efc94bc628689d87ccb63a2.zip |
dev-python/nest_asyncio: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/nest_asyncio')
-rw-r--r-- | dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild b/dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild index 27eb86984a13..528c66ce4771 100644 --- a/dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild +++ b/dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |