commit: 09d267080de1a90e8a60c1bbd789656c9fc3e274
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 21:43:10 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 21:55:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d26708
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 <marecki <AT> gentoo.org>
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 4b4628b832c..80e0ef853fa 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"