Skip to content

Project metadata: Increase minimum Python version to say >=3.9 #1817

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

amotl
Copy link
Contributor

@amotl amotl commented Mar 31, 2025

Problem

This error started happening on Python 3.8 using the new release.

 >   MultiFetcher = Callable[list[[int, int]], bytes]  # Maps [(start, end)] to bytes
E   TypeError: 'type' object is not subscriptable

.venv/lib/python3.8/site-packages/fsspec/caching.py:40: TypeError

-- https://github.com/crate/sqlalchemy-cratedb/actions/runs/14162832181/job/39698544286#step:6:556

Details

@martindurant martindurant merged commit 07fe4c6 into fsspec:master Mar 31, 2025
10 checks passed
@martindurant
Copy link
Member

OK, I will make 2025.3.1post1 later today and yank the previous version.

@martindurant
Copy link
Member

This is now out as 2025.3.2 (I decided "post1" was unnecessarily complicated).

@amotl
Copy link
Contributor Author

amotl commented Mar 31, 2025

Where this failed before, it succeeds now.
Thank you so much for the quick turnaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants