From 48d62fff7c04663bcabca7e9ee209638278321cd Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Mon, 24 May 2021 11:45:37 -0700 Subject: [PATCH] dev-python/requests_download-0.1.2: Add py39 and py310 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Patrick McLean --- dev-python/requests_download/requests_download-0.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/requests_download/requests_download-0.1.2.ebuild b/dev-python/requests_download/requests_download-0.1.2.ebuild index abb6b24f1a7af..dbc6a4417f86b 100644 --- a/dev-python/requests_download/requests_download-0.1.2.ebuild +++ b/dev-python/requests_download/requests_download-0.1.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1