Terbau / fortnitepy

Async python library for interacting with Fortnite's API and XMPP services.
MIT License
149 stars 52 forks source link

Migrate library to asyncio.run & bump Python Version requirement to 3.7 #164

Closed Luc1412 closed 2 years ago

Luc1412 commented 2 years ago

As Python 3.10 removes the loop parameter it's time to adapt to modern asyncio standards including the usage of asyncio.run.

This requires at least Python 3.7. As Python 3.5 and 3.6 no longer receive security updates, it's time to drop support. Since the lifetime of Python 3.7 is also coming to an end soon, you could directly update to Python 3.8 as well.