Closed dstansby closed 9 months ago
I got a bit distracted by wanting to add Python 3.12 testing here 😄 This generally cleans up the testing infastructure by:
tox.ini
I also noticed fsspec==2023.6.0 was pinned for tests, but newer versions of fsspec break the tests. So I've pinned fsspec in setup.py correctly.
fsspec==2023.6.0
fsspec
setup.py
I got a bit distracted by wanting to add Python 3.12 testing here 😄 This generally cleans up the testing infastructure by:
tox.ini
and the GitHub action configurationI also noticed
fsspec==2023.6.0
was pinned for tests, but newer versions offsspec
break the tests. So I've pinnedfsspec
insetup.py
correctly.