Skip to content

Commit c2f8c63

Browse files
authored
changelog (#1818)
1 parent 07fe4c6 commit c2f8c63

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/source/changelog.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
2025.3.2
5+
--------
6+
7+
- drop support for py3.8
8+
49
2025.3.1
510
--------
611

fsspec/caching.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
logger = logging.getLogger("fsspec")
3838

3939
Fetcher = Callable[[int, int], bytes] # Maps (start, end) to bytes
40-
MultiFetcher = Callable[list[[int, int]], bytes] # Maps [(start, end)] to bytes
40+
MultiFetcher = Callable[[list[int, int]], bytes] # Maps [(start, end)] to bytes
4141

4242

4343
class BaseCache:

0 commit comments

Comments
 (0)