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>
This commit is contained in:
Marek Szuba
2021-06-12 22:43:10 +01:00
parent 1dee9d395c
commit 09d267080d

View File

@@ -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"