commit:     5be86661af1e53fdcaf3f307910bb266b10789c4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  7 14:34:12 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 14:36:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5be86661

dev-python/flit: Enable py3.13

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

 dev-python/flit/flit-3.9.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flit/flit-3.9.0-r1.ebuild 
b/dev-python/flit/flit-3.9.0-r1.ebuild
index 572497166710..3ac5b27b6582 100644
--- a/dev-python/flit/flit-3.9.0-r1.ebuild
+++ b/dev-python/flit/flit-3.9.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 inherit distutils-r1 pypi
 
 DESCRIPTION="Simplified packaging of Python modules"

Reply via email to