Update python versions in setup.cfg
This commit is contained in:
parent
99b18f1436
commit
33bbbdf029
1 changed files with 3 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue