diff options
author | 2021-05-15 21:21:21 +0300 | |
---|---|---|
committer | 2021-05-18 13:39:55 +0200 | |
commit | a3729495f2e6aca4474383da1fcddf210c6975bb (patch) | |
tree | d7163faff5f41e0cff6e36aa9e2483cf23958e68 | |
parent | dev-python/pytest-asyncio: Bump to python 3.10 (diff) | |
download | gentoo-a3729495f2e6aca4474383da1fcddf210c6975bb.tar.gz gentoo-a3729495f2e6aca4474383da1fcddf210c6975bb.tar.bz2 gentoo-a3729495f2e6aca4474383da1fcddf210c6975bb.zip |
dev-python/asgiref: Bump to python 3.10
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/asgiref/asgiref-3.3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild b/dev-python/asgiref/asgiref-3.3.4.ebuild index e32555868e8a..4e89d4323364 100644 --- a/dev-python/asgiref/asgiref-3.3.4.ebuild +++ b/dev-python/asgiref/asgiref-3.3.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 DESCRIPTION="ASGI utilities (successor to WSGI)" |