corydolphin / flask-cors

Cross Origin Resource Sharing ( CORS ) support for Flask
https://flask-cors.corydolphin.com/
MIT License
867 stars 140 forks source link

Remove support for old python versions #330

Closed WAKayser closed 1 year ago

WAKayser commented 1 year ago

Removes support for older python versions, which are no longer maintained. This also removes the dependency on six.

Dropping support for older python versions allows for the use of more modern python features such as f strings. But also much better support for typing.

If people need python 2 support they can stay on old versions of the library.