mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-22 22:05:03 +01:00
setup.py: Remove Python 3.6
I actually removed Python 3.6 support a few weeks ago after updating to Pandas 1.2.0, but forgot to update this.
This commit is contained in:
parent
4b7b99c94c
commit
f3d0d5ef07
1
setup.py
1
setup.py
@ -23,7 +23,6 @@ setuptools.setup(
|
|||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/alanorth/csv-metadata-quality",
|
url="https://github.com/alanorth/csv-metadata-quality",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3.6",
|
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
|
Loading…
Reference in New Issue
Block a user