diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-07-19 13:05:06 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-04 20:43:33 +0200 |
commit | efa9d5b116bb07578f1a3c24bf09e8f98359dde2 (patch) | |
tree | 1f17b936f0fde01988fdc6848cc1b13cbac024e0 /dev-python/httpcore | |
parent | dev-python/anyio: enable py3.10 (diff) | |
download | gentoo-efa9d5b116bb07578f1a3c24bf09e8f98359dde2.tar.gz gentoo-efa9d5b116bb07578f1a3c24bf09e8f98359dde2.tar.bz2 gentoo-efa9d5b116bb07578f1a3c24bf09e8f98359dde2.zip |
dev-python/httpcore: enable py3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/httpcore')
-rw-r--r-- | dev-python/httpcore/httpcore-0.13.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpcore/httpcore-0.13.6.ebuild b/dev-python/httpcore/httpcore-0.13.6.ebuild index 65b6fd3805fc..c387ed17664c 100644 --- a/dev-python/httpcore/httpcore-0.13.6.ebuild +++ b/dev-python/httpcore/httpcore-0.13.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |