PythonCharmers / python-future

Easy, clean, reliable Python 2/3 compatibility
http://python-future.org
MIT License
1.17k stars 291 forks source link

Missing PyPI package classifier #624

Closed douglas-raillard-arm closed 4 months ago

douglas-raillard-arm commented 9 months ago

setup.py is missing some classifiers to indicate supported Python versions, as it only lists up to Python 3.7: https://github.com/PythonCharmers/python-future/blob/3dc7acc8e5a4266df6c823b9350a731dd7df6124/setup.py#L95

If the intent is to support all Python 3 versions (which seems to be the case), it might make sense to only keep Python :: 3 and remove all the Python :: 3.X ones.

edschofield commented 4 months ago

Thanks for reporting this, @douglas-raillard-arm . Fixed in master.