leandcesar / themoviedb

A modern and easy to use API wrapper for The Movie Database (TMDb) API v3 written in Python.
https://pypi.org/project/themoviedb
MIT License
24 stars 7 forks source link

Upgrade aiohttp / Support Python 3.12 #27

Open japborst opened 2 months ago

japborst commented 2 months ago

Unfortunately on Python 3.12.4, when building aiohttp it leads to this issue https://github.com/aio-libs/frozenlist/issues/433

Would be great to upgrade aiohttp to make it Pyton 3.12 compatible.