summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-19 08:31:09 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-19 13:47:11 +0200
commit543edab4a59e7c1333cb15a2770485ae9b6f03d5 (patch)
tree602e803996a44781ad5f311b51b69f9ecbcd39ef
parentdev-python/terminaltables: Enable py3.13 (diff)
downloadgentoo-543edab4a59e7c1333cb15a2770485ae9b6f03d5.tar.gz
gentoo-543edab4a59e7c1333cb15a2770485ae9b6f03d5.tar.bz2
gentoo-543edab4a59e7c1333cb15a2770485ae9b6f03d5.zip
dev-python/tld: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/tld/tld-0.13.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tld/tld-0.13.ebuild b/dev-python/tld/tld-0.13.ebuild
index 172b1488c2bd..ef39ea9509da 100644
--- a/dev-python/tld/tld-0.13.ebuild
+++ b/dev-python/tld/tld-0.13.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-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