summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2021-07-19 13:04:53 +0200
committerLouis Sautier <sbraz@gentoo.org>2021-08-04 20:43:33 +0200
commit16c8abffc44486ac26067f06a393a8ce7a3bdfce (patch)
tree5e0121df6aebb21332362e1818477c52f7b09020 /dev-python/anyio
parentdev-python/wsproto: enable py3.10 (diff)
downloadgentoo-16c8abffc44486ac26067f06a393a8ce7a3bdfce.tar.gz
gentoo-16c8abffc44486ac26067f06a393a8ce7a3bdfce.tar.bz2
gentoo-16c8abffc44486ac26067f06a393a8ce7a3bdfce.zip
dev-python/anyio: enable py3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/anyio')
-rw-r--r--dev-python/anyio/anyio-3.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/anyio/anyio-3.2.1.ebuild b/dev-python/anyio/anyio-3.2.1.ebuild
index 67f9a4d6fb2e..0a23ca0eb48b 100644
--- a/dev-python/anyio/anyio-3.2.1.ebuild
+++ b/dev-python/anyio/anyio-3.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1