commit: 5d3cafc17d8764fba76742590157d6657ae76e1a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 18:58:22 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 19:10:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3cafc1
app-text/htmlmin: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-text/htmlmin/htmlmin-0.1.12-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
index c57dc344d252..4c8e54fb26ef 100644
--- a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild
+++ b/app-text/htmlmin/htmlmin-0.1.12-r1.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