summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-17 17:54:57 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-17 18:25:49 +0200
commita726b21425f44e61031e6bb456a5835da18f59f6 (patch)
treea5e91b2d93570b099b3d1469667d5df3cde846b8 /dev-python/requests-credssp
parentdev-python/radon: Enable py3.13 (diff)
downloadgentoo-a726b21425f44e61031e6bb456a5835da18f59f6.tar.gz
gentoo-a726b21425f44e61031e6bb456a5835da18f59f6.tar.bz2
gentoo-a726b21425f44e61031e6bb456a5835da18f59f6.zip
dev-python/requests-credssp: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests-credssp')
-rw-r--r--dev-python/requests-credssp/requests-credssp-2.0.0.ebuild4
1 files changed, 2 insertions, 2 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 5aec141b3f9b..ffbf5dc9c997 100644
--- a/dev-python/requests-credssp/requests-credssp-2.0.0.ebuild
+++ b/dev-python/requests-credssp/requests-credssp-2.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1