flask-cors icon indicating copy to clipboard operation
flask-cors copied to clipboard

Update version support in setup.cfg

Open mcdonnnj opened this issue 1 year ago • 2 comments

This pull request updates the configuration to correctly reflect supported Python versions. This includes removing the option that was still building wheels for Python 2 even though Python 2 support has been dropped and adding a Python version requirement that matches the metadata described in setup.py. This should resolve #339.

mcdonnnj avatar Dec 13 '23 03:12 mcdonnnj