summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-12 17:38:16 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-12 18:29:48 +0200
commitdee779d794a7407e054fc6205066ca03d1d327b8 (patch)
treed318418754bd608d931daa134f6a6c09cf8ec5de
parentdev-python/simplejson: Enable py3.13 (diff)
downloadgentoo-dee779d794a7407e054fc6205066ca03d1d327b8.tar.gz
gentoo-dee779d794a7407e054fc6205066ca03d1d327b8.tar.bz2
gentoo-dee779d794a7407e054fc6205066ca03d1d327b8.zip
dev-python/arrow: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/arrow/arrow-1.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/arrow/arrow-1.3.0.ebuild b/dev-python/arrow/arrow-1.3.0.ebuild
index f300a27331d9..ca6dcb9a7e34 100644
--- a/dev-python/arrow/arrow-1.3.0.ebuild
+++ b/dev-python/arrow/arrow-1.3.0.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=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi