PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
798 stars 162 forks source link

Support aiohttp 3.8 #241

Closed good-live closed 2 years ago

good-live commented 2 years ago

Is there a specific reason why you require an aiohttp version lower than version 3.8?

chillymosh commented 2 years ago

3.8 was in beta up until 31-10-2021 so it's only just been released officially. This isn't really an issue with the lib and would have been better asked in the Discord.

good-live commented 2 years ago

Sorry if this is the wrong place. Im not on the discord. But version 3.8 is actively excluded so my question was if there is a reason for that: https://github.com/TwitchIO/TwitchIO/blob/master/requirements.txt

IAmTomahawkx commented 2 years ago

We had no reason to support 3.8, so it was not supported. We will see about potentially bumping the dep in a future release.