emmett-framework / emmett

The web framework for inventors
BSD 3-Clause "New" or "Revised" License
1.06k stars 71 forks source link

Enable python 3.8 #252

Closed waghanza closed 4 years ago

waghanza commented 4 years ago

Hi @gi0baro,

In order to add emmett (aka weppy) in https://github.com/the-benchmarker/web-frameworks, it needs to be runnable on python 3.8

:information_source: python 3.8 is the current stable :information_source:

This PR :

@see https://docs.python.org/3/whatsnew/3.8.html#api-and-feature-removals

@see https://docs.python.org/3/library/hmac.html#hmac.new

Regards,


Closes #251

gi0baro commented 4 years ago

@waghanza thank you!