diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-20 12:01:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-20 12:04:47 +0200 |
commit | cb7a5f7a37a70e41c378a66b7c8aa534b5367b4c (patch) | |
tree | d9a150fa37fc208a1b1e565807931f9e1f09b28a /dev-python/asgiref | |
parent | profiles/package.mask: app-eselect/eselect-QtPy last-rite (diff) | |
download | gentoo-cb7a5f7a37a70e41c378a66b7c8aa534b5367b4c.tar.gz gentoo-cb7a5f7a37a70e41c378a66b7c8aa534b5367b4c.tar.bz2 gentoo-cb7a5f7a37a70e41c378a66b7c8aa534b5367b4c.zip |
dev-python/asgiref: Revert "Bump to python 3.10"
The package triggers DeprecationWarnings that break pytest in revdeps.
Reverts: a3729495f2e6aca4474383da1fcddf210c6975bb
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asgiref')
-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 4e89d4323364..e32555868e8a 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..10} pypy3 ) +PYTHON_COMPAT=( python3_{7..9} pypy3 ) inherit distutils-r1 DESCRIPTION="ASGI utilities (successor to WSGI)" |