requests-cache / aiohttp-client-cache

An async persistent cache for aiohttp requests
MIT License
118 stars 20 forks source link

Add support for python 3.12 #195

Closed JWCook closed 10 months ago

JWCook commented 11 months ago

It looks like the only thing we're waiting on is for python 3.12 wheels to be available for aiohttp (https://github.com/aio-libs/aiohttp/issues/7639) and frozenset (https://github.com/aio-libs/frozenlist/issues/541).