From 09d267080de1a90e8a60c1bbd789656c9fc3e274 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Sat, 12 Jun 2021 22:43:10 +0100 Subject: [PATCH] dev-python/requests-credssp: drop python3_7, add python3_10 Builds, tests (using tox) and installs fine against the latter. Signed-off-by: Marek Szuba --- dev-python/requests-credssp/requests-credssp-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild b/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild index 4b4628b832ca1..80e0ef853faed 100644 --- a/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild +++ b/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="HTTPS CredSSP authentication with the requests library"