summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-18 19:21:27 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-18 19:21:27 +0200
commitcbaac29b176a141c90f93239c07e66ae59f816e5 (patch)
tree4e89458809da5e12b3b62f79282ff02e1dfdd1bf
parentdev-python/crashtest: Enable py3.13 (diff)
downloadgentoo-cbaac29b176a141c90f93239c07e66ae59f816e5.tar.gz
gentoo-cbaac29b176a141c90f93239c07e66ae59f816e5.tar.bz2
gentoo-cbaac29b176a141c90f93239c07e66ae59f816e5.zip
dev-python/cson: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/cson/cson-0.8-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cson/cson-0.8-r4.ebuild b/dev-python/cson/cson-0.8-r4.ebuild
index 73d1106fb4db..601da32e0fd9 100644
--- a/dev-python/cson/cson-0.8-r4.ebuild
+++ b/dev-python/cson/cson-0.8-r4.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