commit:     193ba0d9e6f7910fdd67b5395e6f0f9617bb5f41
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 17 09:55:07 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 09:55:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193ba0d9

dev-python/frozen-flask: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/frozen-flask/frozen-flask-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/frozen-flask/frozen-flask-1.0.2.ebuild 
b/dev-python/frozen-flask/frozen-flask-1.0.2.ebuild
index 9a23458de553..eaf4e82d58b7 100644
--- a/dev-python/frozen-flask/frozen-flask-1.0.2.ebuild
+++ b/dev-python/frozen-flask/frozen-flask-1.0.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
 PYPI_PN=Frozen-Flask
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi
 

Reply via email to