Jammy2211/PyAutoGalaxy

Drop support for Python 3.6, specify python_requires

Closed this issue · 1 comments

pllim commented

https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#python-requires

  • Python 3.6 has reached EOL, so there is no reason to support it.
  • Please specific python_requires. Recommended now is 3.7, or even 3.8 if you do not really need to run anything on 3.7.

astropy/astropy.github.com#491 (comment)