From a1df6251d2eb1648aee4709debc421e18d7e5a8e Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Wed, 21 Sep 2022 16:13:02 +0100 Subject: dev-python/ntlm-auth: enable py3.11 Signed-off-by: Marek Szuba --- dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/ntlm-auth') 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 8a7ce5c92edb..7d9e4ad61078 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_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad