summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-06-12 22:33:38 +0100
committerMarek Szuba <marecki@gentoo.org>2021-06-12 22:55:11 +0100
commit0ff73c4220970f5dc29b3db0fa60524bd7046256 (patch)
treebd1403c1d2dc4f3cbb04a411c0801e74e6e18cdc
parentdev-cpp/benchmark: add 1.5.5 (diff)
downloadgentoo-0ff73c42.tar.gz
gentoo-0ff73c42.tar.bz2
gentoo-0ff73c42.zip
dev-python/ntlm-auth: drop python3_7, add python3_10
Builds, tests and installs fine against the latter. Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
index 99397e4098f3..087c78f81582 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1