dev-python/requests-ntlm: drop python3_7, add python3_10

Builds, installs and imports fine against the latter. Has no test suite.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2021-06-12 22:42:20 +01:00
parent 0ff73c4220
commit 1dee9d395c

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1