diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-07 17:51:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-07 18:17:18 +0200 |
commit | 6650f30f3e2d6b26a339b630601d00a5cb6641ce (patch) | |
tree | bf62a71dadee0638594e9491db93569c9cdea585 /dev-python/pycurl-requests | |
parent | x11-base/xorg-server: Remove secure-rpc option (diff) | |
download | gentoo-6650f30f3e2d6b26a339b630601d00a5cb6641ce.tar.gz gentoo-6650f30f3e2d6b26a339b630601d00a5cb6641ce.tar.bz2 gentoo-6650f30f3e2d6b26a339b630601d00a5cb6641ce.zip |
dev-python/pycurl-requests: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycurl-requests')
-rw-r--r-- | dev-python/pycurl-requests/pycurl-requests-0.5.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycurl-requests/pycurl-requests-0.5.0-r1.ebuild b/dev-python/pycurl-requests/pycurl-requests-0.5.0-r1.ebuild index 6100270b14c7..2783a4fe0937 100644 --- a/dev-python/pycurl-requests/pycurl-requests-0.5.0-r1.ebuild +++ b/dev-python/pycurl-requests/pycurl-requests-0.5.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-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 |