summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 16:15:42 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 16:26:16 +0200
commit5d0ddc38d970aa71f85ea1b360422d65e599ba50 (patch)
tree9fcc531c6cf7e2bf2edbad290372719f3233b571
parentdev-python/click-plugins: Enable py3.13 (diff)
downloadgentoo-5d0ddc38d970aa71f85ea1b360422d65e599ba50.tar.gz
gentoo-5d0ddc38d970aa71f85ea1b360422d65e599ba50.tar.bz2
gentoo-5d0ddc38d970aa71f85ea1b360422d65e599ba50.zip
dev-python/click-log: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/click-log/click-log-0.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/click-log/click-log-0.4.0.ebuild b/dev-python/click-log/click-log-0.4.0.ebuild
index d3469fc7757f..d57f5318b0d2 100644
--- a/dev-python/click-log/click-log-0.4.0.ebuild
+++ b/dev-python/click-log/click-log-0.4.0.ebuild
@@ -1,11 +1,11 @@
-# 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
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi