regebro / tzlocal

A Python module that tries to figure out what your local timezone is
MIT License
184 stars 58 forks source link

Please add python_requires #93

Closed pganssle closed 3 years ago

pganssle commented 3 years ago

It seems that in the next release you intend to drop support for Python 2, but there is no python_requires in your setup.py.

You should add python_requires=">=3.6" to the setup() call, or it will cause a lot of unnecessary headaches, and there's a good chance you'll have to yank the first release without a python_requires.

agronholm commented 3 years ago

Covered in this PR: https://github.com/regebro/tzlocal/pull/94