diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 11:04:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 11:28:54 +0200 |
commit | 09306bd1b5e8a5c5d4e78abd00376ef43c04321d (patch) | |
tree | 61da7c775378340aef7492b31b159eb721af55d2 /dev-python/requests-toolbelt | |
parent | dev-python/requests-wsgi-adapter: Enable py3.13 (diff) | |
download | gentoo-09306bd1b5e8a5c5d4e78abd00376ef43c04321d.tar.gz gentoo-09306bd1b5e8a5c5d4e78abd00376ef43c04321d.tar.bz2 gentoo-09306bd1b5e8a5c5d4e78abd00376ef43c04321d.zip |
dev-python/requests-toolbelt: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests-toolbelt')
-rw-r--r-- | dev-python/requests-toolbelt/requests-toolbelt-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requests-toolbelt/requests-toolbelt-1.0.0.ebuild b/dev-python/requests-toolbelt/requests-toolbelt-1.0.0.ebuild index 5d60cbcca90d..1aa76f4f7311 100644 --- a/dev-python/requests-toolbelt/requests-toolbelt-1.0.0.ebuild +++ b/dev-python/requests-toolbelt/requests-toolbelt-1.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} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |