summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-12 22:06:45 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-12 22:08:51 +0300
commit1340fb896bd4c1b3c0ad109147dcfe5469c78f3a (patch)
tree2943853109aab205c088326749ad28b75da3e260 /dev-python/aiofiles
parentdev-python/ansi: enable py3.11 (diff)
downloadgentoo-1340fb896bd4c1b3c0ad109147dcfe5469c78f3a.tar.gz
gentoo-1340fb896bd4c1b3c0ad109147dcfe5469c78f3a.tar.bz2
gentoo-1340fb896bd4c1b3c0ad109147dcfe5469c78f3a.zip
dev-python/aiofiles: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/aiofiles')
-rw-r--r--dev-python/aiofiles/aiofiles-0.8.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiofiles/aiofiles-0.8.0-r1.ebuild b/dev-python/aiofiles/aiofiles-0.8.0-r1.ebuild
index 40c222f025e7..47aa92a1c980 100644
--- a/dev-python/aiofiles/aiofiles-0.8.0-r1.ebuild
+++ b/dev-python/aiofiles/aiofiles-0.8.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1