commit: a102423358e383b03ff400e7c9f141e4cd33fca3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 17:17:22 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 19:09:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1024233
dev-python/fsspec: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fsspec/fsspec-2024.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fsspec/fsspec-2024.6.0.ebuild
b/dev-python/fsspec/fsspec-2024.6.0.ebuild
index 141b79ef0b7d..e06e223520d0 100644
--- a/dev-python/fsspec/fsspec-2024.6.0.ebuild
+++ b/dev-python/fsspec/fsspec-2024.6.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1