summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-06-07 18:49:43 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-06-28 10:12:33 +0200
commit3fbafe5e315ec0baf703229a57416f38329d9062 (patch)
tree0b71cc4183d716f9587705a74e37a90f875014ae /dev-python/txtorcon
parentdev-python/txrequests: enable py3.13 (diff)
downloadgentoo-3fbafe5e315ec0baf703229a57416f38329d9062.tar.gz
gentoo-3fbafe5e315ec0baf703229a57416f38329d9062.tar.bz2
gentoo-3fbafe5e315ec0baf703229a57416f38329d9062.zip
dev-python/txtorcon: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/txtorcon')
-rw-r--r--dev-python/txtorcon/txtorcon-23.11.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/txtorcon/txtorcon-23.11.0.ebuild b/dev-python/txtorcon/txtorcon-23.11.0.ebuild
index abd577bf70e9..b6603c67b705 100644
--- a/dev-python/txtorcon/txtorcon-23.11.0.ebuild
+++ b/dev-python/txtorcon/txtorcon-23.11.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1