Skip to content

Commit 03eaa2b

Browse files
committed
🔧 update setup.py
1 parent b87e1ed commit 03eaa2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env python3
2+
# -*- coding: utf-8 -*-
3+
14
import os
25
from setuptools import setup, find_packages
36

@@ -27,15 +30,14 @@ def read_readme(file_name):
2730
long_description_content_type="text/markdown",
2831
license='Apache License',
2932
install_requires=["matplotlib", "numpy"],
30-
python_requires='>=3.6',
33+
python_requires='>=3.7',
3134
classifiers=[
3235
"Development Status :: 5 - Production/Stable",
3336
'Intended Audience :: Developers',
3437
'License :: OSI Approved :: Apache Software License',
3538
'Environment :: Console',
3639
'Topic :: Utilities',
3740
'Programming Language :: Python :: 3',
38-
'Programming Language :: Python :: 3.6',
3941
'Programming Language :: Python :: 3.7',
4042
'Programming Language :: Python :: 3.8',
4143
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)