diff options
author | 2022-05-15 13:11:29 +0200 | |
---|---|---|
committer | 2022-05-15 13:11:55 +0200 | |
commit | 99e1a1cea92c7b7bb05fa012f979c5a69925324a (patch) | |
tree | d4bcfb7c014d673f1628ae51cea64b312665d0d7 /dev-python/uvicorn | |
parent | dev-python/httpx: Enable py3.11 (diff) | |
download | gentoo-99e1a1cea92c7b7bb05fa012f979c5a69925324a.tar.gz gentoo-99e1a1cea92c7b7bb05fa012f979c5a69925324a.tar.bz2 gentoo-99e1a1cea92c7b7bb05fa012f979c5a69925324a.zip |
dev-python/uvicorn: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/uvicorn')
-rw-r--r-- | dev-python/uvicorn/uvicorn-0.17.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/uvicorn/uvicorn-0.17.6.ebuild b/dev-python/uvicorn/uvicorn-0.17.6.ebuild index d35094b42591..f69e2acde09d 100644 --- a/dev-python/uvicorn/uvicorn-0.17.6.ebuild +++ b/dev-python/uvicorn/uvicorn-0.17.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 |