From 928f1aef49177ed5060e933b3e91e25fbcb36b5f Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 18 Sep 2023 08:02:01 -0400 Subject: [PATCH] use dev aiohttp to allow fsspec to run with python 3.12 --- requirements-dev.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index a552322cc..de346e398 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,3 +10,6 @@ numpy>=0.0.dev0 # that uses it during these tests will use the development version # which is more likely to work with the above development version of numpy scipy>=0.0.dev0 + +# to allow fsspec to work with python 3.12 +git+https://github.com/aio-libs/aiohttp