summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 11:04:45 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 11:28:53 +0200
commit9f9d55cc5cdd7af4709140ab12f86f38957bc989 (patch)
treee525eb4627cdc0700eeac46ef03482996e073742
parentdev-python/retrying: Enable py3.13 (diff)
downloadgentoo-9f9d55cc5cdd7af4709140ab12f86f38957bc989.tar.gz
gentoo-9f9d55cc5cdd7af4709140ab12f86f38957bc989.tar.bz2
gentoo-9f9d55cc5cdd7af4709140ab12f86f38957bc989.zip
dev-python/requests-wsgi-adapter: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/requests-wsgi-adapter/requests-wsgi-adapter-0.4.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/requests-wsgi-adapter/requests-wsgi-adapter-0.4.1.ebuild b/dev-python/requests-wsgi-adapter/requests-wsgi-adapter-0.4.1.ebuild
index 9f4b3da43524..cb7b1e82a5a0 100644
--- a/dev-python/requests-wsgi-adapter/requests-wsgi-adapter-0.4.1.ebuild
+++ b/dev-python/requests-wsgi-adapter/requests-wsgi-adapter-0.4.1.ebuild
@@ -1,15 +1,16 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1
DESCRIPTION="WSGI Transport Adapter for Requests"
HOMEPAGE="
+ https://github.com/seanbrant/requests-wsgi-adapter/
https://pypi.org/project/requests-wsgi-adapter/
"
COMMIT_HASH="5b771effb5414096089375a3a36a3e7af1522ae0"