commit:     4f9df5116901cda0f4305bb55a47012d29c1a158
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 19:46:59 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 20:23:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9df511

dev-python/fsspec: enable py3.13

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/fsspec/fsspec-2024.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/fsspec/fsspec-2024.6.1.ebuild 
b/dev-python/fsspec/fsspec-2024.6.1.ebuild
index b95c492ab999..a1a42e4ef47b 100644
--- a/dev-python/fsspec/fsspec-2024.6.1.ebuild
+++ b/dev-python/fsspec/fsspec-2024.6.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 

Reply via email to