summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 11:04:40 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 11:28:49 +0200
commitd1c1f19a274c0153e761e619682fcf030d293c0e (patch)
tree8736920149c935599b306bc4f93ed366a68a4031
parentgnome-extra/gnome-shell-extension-alphabetical-grid: Fix VariableOrderWrong w... (diff)
downloadgentoo-d1c1f19a274c0153e761e619682fcf030d293c0e.tar.gz
gentoo-d1c1f19a274c0153e761e619682fcf030d293c0e.tar.bz2
gentoo-d1c1f19a274c0153e761e619682fcf030d293c0e.zip
dev-python/requests-file: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/requests-file/requests-file-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests-file/requests-file-2.0.0.ebuild b/dev-python/requests-file/requests-file-2.0.0.ebuild
index af2d9d305503..2294e62c29bb 100644
--- a/dev-python/requests-file/requests-file-2.0.0.ebuild
+++ b/dev-python/requests-file/requests-file-2.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi