summaryrefslogtreecommitdiff
path: root/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-20 19:43:18 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-20 20:01:28 +0200
commit8b9cc01b9744e4919ac30b8df74b6454226ac944 (patch)
tree11b979bc0842082641f3a7063ea21e92d084ec8a /dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
parent01ad8c01a860245e79d4ebb3b273ff36a51e5781 (diff)
downloadgentoo-8b9cc01b9744e4919ac30b8df74b6454226ac944.tar.gz
gentoo-8b9cc01b9744e4919ac30b8df74b6454226ac944.tar.bz2
gentoo-8b9cc01b9744e4919ac30b8df74b6454226ac944.zip
dev-python/async_timeout: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild')
-rw-r--r--dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild b/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
index 226c647c7974..a32ca06d14eb 100644
--- a/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
+++ b/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1