diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-06-12 22:43:10 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-06-12 22:55:17 +0100 |
commit | 09d267080de1a90e8a60c1bbd789656c9fc3e274 (patch) | |
tree | 5a20df7b9913148435b60632e6bb0c0fa5491714 /dev-python/requests-credssp | |
parent | dev-python/requests-ntlm: drop python3_7, add python3_10 (diff) | |
download | gentoo-09d267080de1a90e8a60c1bbd789656c9fc3e274.tar.gz gentoo-09d267080de1a90e8a60c1bbd789656c9fc3e274.tar.bz2 gentoo-09d267080de1a90e8a60c1bbd789656c9fc3e274.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/requests-credssp')
-rw-r--r-- | dev-python/requests-credssp/requests-credssp-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 4b4628b832ca..80e0ef853fae 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" |