diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-27 22:46:59 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-27 23:23:45 +0300 |
commit | 4f9df5116901cda0f4305bb55a47012d29c1a158 (patch) | |
tree | f295b92c636f4e649404e4440eb46961f3bc6c62 /dev-python/fsspec | |
parent | dev-python/tpm2-pytss: add 2.3.0 (diff) | |
download | gentoo-4f9df5116901cda0f4305bb55a47012d29c1a158.tar.gz gentoo-4f9df5116901cda0f4305bb55a47012d29c1a158.tar.bz2 gentoo-4f9df5116901cda0f4305bb55a47012d29c1a158.zip |
dev-python/fsspec: enable py3.13
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/fsspec')
-rw-r--r-- | dev-python/fsspec/fsspec-2024.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |