diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-07-19 01:16:36 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-04 20:43:33 +0200 |
commit | 69147c8725d71e06c158ee86cbcfb7a88a5b3d68 (patch) | |
tree | 88b2c231e11d9700cb960dc4aaf47900cd57b2e2 /dev-python/wsproto | |
parent | dev-python/python-dotenv: enable py3.10 (diff) | |
download | gentoo-69147c8725d71e06c158ee86cbcfb7a88a5b3d68.tar.gz gentoo-69147c8725d71e06c158ee86cbcfb7a88a5b3d68.tar.bz2 gentoo-69147c8725d71e06c158ee86cbcfb7a88a5b3d68.zip |
dev-python/wsproto: enable py3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/wsproto')
-rw-r--r-- | dev-python/wsproto/wsproto-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wsproto/wsproto-1.0.0.ebuild b/dev-python/wsproto/wsproto-1.0.0.ebuild index cdaaf69cb505..488a8311e788 100644 --- a/dev-python/wsproto/wsproto-1.0.0.ebuild +++ b/dev-python/wsproto/wsproto-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |