Update python versions in setup.cfg

This commit is contained in:
Jeff Epler 2023-10-03 09:19:27 -05:00
parent 99b18f1436
commit 33bbbdf029
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -12,10 +12,11 @@ long_description_content_type = text/markdown
url = https://github.com/jepler/leapseconddata
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python :: Implementation :: CPython
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
@ -24,7 +25,7 @@ classifiers =
[options]
package_dir =
=.
python_requires = >=3.7
python_requires = >=3.8
packages = leapseconddata
[options.package_data]