diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-27 19:17:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-27 21:09:35 +0200 |
commit | a102423358e383b03ff400e7c9f141e4cd33fca3 (patch) | |
tree | 5743d44686f8f71775de62d78908724c13cc2967 /dev-python/fsspec | |
parent | dev-python/scipy: Filter LTO with numpy-2.0.0 (bug #932721) (diff) | |
download | gentoo-a102423358e383b03ff400e7c9f141e4cd33fca3.tar.gz gentoo-a102423358e383b03ff400e7c9f141e4cd33fca3.tar.bz2 gentoo-a102423358e383b03ff400e7c9f141e4cd33fca3.zip |
dev-python/fsspec: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fsspec')
-rw-r--r-- | dev-python/fsspec/fsspec-2024.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |