diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-18 09:50:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-18 10:51:31 +0100 |
commit | ef2531d06ec0220933c13f4ddc7491de4845dc16 (patch) | |
tree | e86f057ca6c0225a961fab975fefaab5b1e14129 /www-servers/uwsgi | |
parent | dev-java/jakarta-regexp: eapi8 + min java 1.8 + https + cleanup (diff) | |
download | gentoo-ef2531d06ec0220933c13f4ddc7491de4845dc16.tar.gz gentoo-ef2531d06ec0220933c13f4ddc7491de4845dc16.tar.bz2 gentoo-ef2531d06ec0220933c13f4ddc7491de4845dc16.zip |
www-servers/uwsgi: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers/uwsgi')
-rw-r--r-- | www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild b/www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild index 5f63f129cf8a..b628d8af8f14 100644 --- a/www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 LUA_COMPAT=( lua5-1 ) -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="threads(+)" RUBY_OPTIONAL="yes" |