dev-python/wsproto: enable py3.10

Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier 2021-07-19 01:16:36 +02:00
parent e233b6a80c
commit 69147c8725
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_{7,8,9} )
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1