summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-06-07 17:07:50 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-06-28 09:47:10 +0200
commitfb0e411c7c3b49339e30f61e27322318326710b8 (patch)
treedd63361e3e54f035e4117c2da98beb0d10e6b5bd /dev-python
parentapp-text/cherrytree: adjust deps in 1.1.2 (diff)
downloadgentoo-fb0e411c7c3b49339e30f61e27322318326710b8.tar.gz
gentoo-fb0e411c7c3b49339e30f61e27322318326710b8.tar.bz2
gentoo-fb0e411c7c3b49339e30f61e27322318326710b8.zip
dev-python/constantly: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/constantly/constantly-23.10.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/constantly/constantly-23.10.4.ebuild b/dev-python/constantly/constantly-23.10.4.ebuild
index 810c092d6b47..d5c8fe34ff50 100644
--- a/dev-python/constantly/constantly-23.10.4.ebuild
+++ b/dev-python/constantly/constantly-23.10.4.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