summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-05-31 22:44:49 +0200
committerSam James <sam@gentoo.org>2023-05-31 22:00:18 +0100
commit955017d212b69dec96028ba3bfb593068d22bc9d (patch)
tree4e5782727c71498320e85b828c0787c34e05fe9e /dev-python/requests-credssp
parentdev-python/requests-ntlm: enable py3.12 (diff)
downloadgentoo-955017d212b69dec96028ba3bfb593068d22bc9d.tar.gz
gentoo-955017d212b69dec96028ba3bfb593068d22bc9d.tar.bz2
gentoo-955017d212b69dec96028ba3bfb593068d22bc9d.zip
dev-python/requests-credssp: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/31251 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/requests-credssp')
-rw-r--r--dev-python/requests-credssp/requests-credssp-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests-credssp/requests-credssp-2.0.0.ebuild b/dev-python/requests-credssp/requests-credssp-2.0.0.ebuild
index 5d97978f47f1..f42c784454fe 100644
--- a/dev-python/requests-credssp/requests-credssp-2.0.0.ebuild
+++ b/dev-python/requests-credssp/requests-credssp-2.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1