From 4f9df5116901cda0f4305bb55a47012d29c1a158 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Thu, 27 Jun 2024 22:46:59 +0300 Subject: dev-python/fsspec: enable py3.13 Signed-off-by: Arthur Zamarin --- dev-python/fsspec/fsspec-2024.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/fsspec') 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 -- cgit v1.2.3-65-gdbad