aliev / aioauth

Asynchronous OAuth 2.0 provider for Python 3
https://aliev.me/aioauth
MIT License
214 stars 19 forks source link

Removed Python 3.6 support and added Python 3.10 #59

Closed aliev closed 2 years ago

aliev commented 2 years ago

This PR is preparation for migrating to dataclasses from NamedTuple.

Changes affected by this PR:

The reasons of removing Python 3.6 support in the next major release:

For more information please check these links:

More information is here: https://github.com/aliev/aioauth/pull/58 https://github.com/aliev/aioauth/discussions/57