dev-python/anyio: enable py3.10

Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier 2021-07-19 13:04:53 +02:00
parent 69147c8725
commit 16c8abffc4
No known key found for this signature in database
GPG Key ID: A777716B30AE82E3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1