diff options
author | 2022-09-21 16:13:02 +0100 | |
---|---|---|
committer | 2022-09-21 16:29:53 +0100 | |
commit | a1df6251d2eb1648aee4709debc421e18d7e5a8e (patch) | |
tree | 391380dd81dd607cd0c0bb267dc11c0d98b7aa82 /dev-python/ntlm-auth | |
parent | dev-python/ntlm-auth: tests require dev-python/requests (diff) | |
download | gentoo-a1df6251d2eb1648aee4709debc421e18d7e5a8e.tar.gz gentoo-a1df6251d2eb1648aee4709debc421e18d7e5a8e.tar.bz2 gentoo-a1df6251d2eb1648aee4709debc421e18d7e5a8e.zip |
dev-python/ntlm-auth: enable py3.11
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/ntlm-auth')
-rw-r--r-- | dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild | 2 |
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 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 |