Update setup.py with minimal python version
This commit is contained in:
parent
70b8ced056
commit
5635fc7261
1 changed files with 6 additions and 1 deletions
7
setup.py
7
setup.py
|
@ -21,5 +21,10 @@ setuptools.setup(
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Intended Audience :: End Users/Desktop",
|
"Intended Audience :: End Users/Desktop",
|
||||||
"Topic :: Utilities",
|
"Topic :: Utilities",
|
||||||
]
|
"Programming Language :: Python :: 3",
|
||||||
|
"Programming Language :: Python :: 3.6",
|
||||||
|
"Programming Language :: Python :: 3.7",
|
||||||
|
"Programming Language :: Python :: 3.8"
|
||||||
|
],
|
||||||
|
python_requires='>=3.6'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue