summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 11:45:20 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 12:15:22 +0200
commit77505de58be6ab636e99745bed8f191c5e5df5b0 (patch)
tree45df8f58ea6c40fdf0d926470bdca6abb2317f95 /dev-python/tzlocal
parentdev-python/tzdata: Enable py3.13 (diff)
downloadgentoo-77505de58be6ab636e99745bed8f191c5e5df5b0.tar.gz
gentoo-77505de58be6ab636e99745bed8f191c5e5df5b0.tar.bz2
gentoo-77505de58be6ab636e99745bed8f191c5e5df5b0.zip
dev-python/tzlocal: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tzlocal')
-rw-r--r--dev-python/tzlocal/tzlocal-5.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tzlocal/tzlocal-5.2.ebuild b/dev-python/tzlocal/tzlocal-5.2.ebuild
index abfb93d6d81f..ebfa59778836 100644
--- a/dev-python/tzlocal/tzlocal-5.2.ebuild
+++ b/dev-python/tzlocal/tzlocal-5.2.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} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1