diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-09-02 16:12:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-09-02 16:12:38 +0200 |
commit | 6362670b0a8df9ae1b1101f6bcc6417ea6b4f137 (patch) | |
tree | 49619a88c0ee4ed41b060b36ab4209ff5d3d1e23 /dev-python/fsspec | |
parent | dev-libs/c-blosc2: Enable zlib & zstd by default (diff) | |
download | gentoo-6362670b0a8df9ae1b1101f6bcc6417ea6b4f137.tar.gz gentoo-6362670b0a8df9ae1b1101f6bcc6417ea6b4f137.tar.bz2 gentoo-6362670b0a8df9ae1b1101f6bcc6417ea6b4f137.zip |
dev-python/fsspec: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fsspec')
-rw-r--r-- | dev-python/fsspec/fsspec-2023.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fsspec/fsspec-2023.9.0.ebuild b/dev-python/fsspec/fsspec-2023.9.0.ebuild index 24baae856eb8..5e5f5057b1a9 100644 --- a/dev-python/fsspec/fsspec-2023.9.0.ebuild +++ b/dev-python/fsspec/fsspec-2023.9.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |