summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-06-07 18:45:38 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-06-28 10:12:32 +0200
commit16c9fba074a2a142d337f3a2bc04fce4de5aa66a (patch)
tree209ff4da48efdb5191d23c31bfd98c08d99d2c90 /dev-python/txrequests
parentdev-python/txredisapi: enable py3.13 (diff)
downloadgentoo-16c9fba074a2a142d337f3a2bc04fce4de5aa66a.tar.gz
gentoo-16c9fba074a2a142d337f3a2bc04fce4de5aa66a.tar.bz2
gentoo-16c9fba074a2a142d337f3a2bc04fce4de5aa66a.zip
dev-python/txrequests: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/txrequests')
-rw-r--r--dev-python/txrequests/txrequests-0.9.6-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/txrequests/txrequests-0.9.6-r1.ebuild b/dev-python/txrequests/txrequests-0.9.6-r1.ebuild
index 76b501b28431..4cb382ecedca 100644
--- a/dev-python/txrequests/txrequests-0.9.6-r1.ebuild
+++ b/dev-python/txrequests/txrequests-0.9.6-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi