File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python3
2+ # -*- coding: utf-8 -*-
3+
14import os
25from 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' ,
You can’t perform that action at this time.
0 commit comments