summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 09:31:08 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 09:32:22 +0200
commitb56db13a832ad02a6ee4027432cc76f5d3f3c65a (patch)
treec957d78927403aa96af4fb820a4a4d40391f8536
parentdev-python/pygments-ansi-color: Enable py3.13 (diff)
downloadgentoo-b56db13a832ad02a6ee4027432cc76f5d3f3c65a.tar.gz
gentoo-b56db13a832ad02a6ee4027432cc76f5d3f3c65a.tar.bz2
gentoo-b56db13a832ad02a6ee4027432cc76f5d3f3c65a.zip
dev-python/pyhcl: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pyhcl/pyhcl-0.4.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyhcl/pyhcl-0.4.5.ebuild b/dev-python/pyhcl/pyhcl-0.4.5.ebuild
index 5607b0797e55..aa400ec7e04d 100644
--- a/dev-python/pyhcl/pyhcl-0.4.5.ebuild
+++ b/dev-python/pyhcl/pyhcl-0.4.5.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