diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-17 17:54:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-17 18:25:49 +0200 |
commit | a726b21425f44e61031e6bb456a5835da18f59f6 (patch) | |
tree | a5e91b2d93570b099b3d1469667d5df3cde846b8 /dev-python/requests-credssp | |
parent | dev-python/radon: Enable py3.13 (diff) | |
download | gentoo-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.ebuild | 4 |
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 |