diff --git a/otherfiles/meta.yaml b/otherfiles/meta.yaml index 51101d80..242bf12d 100644 --- a/otherfiles/meta.yaml +++ b/otherfiles/meta.yaml @@ -15,13 +15,13 @@ requirements: host: - pip - setuptools - - python >=3.5 + - python >=3.6 run: - art >=1.8 - matplotlib >=3.0.0 - requests >=2.20.0 - pillow >=6.2 - - python >=3.5 + - python >=3.6 about: home: https://github.com/sepandhaghighi/samila license: MIT diff --git a/setup.py b/setup.py index 4f982068..10684dde 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def read_description(): 'Discord': 'https://discord.com/invite/94bz5QGZWb', }, install_requires=get_requires(), - python_requires='>=3.5', + python_requires='>=3.6', classifiers=[ 'Development Status :: 5 - Production/Stable', 'Natural Language :: English', @@ -62,7 +62,6 @@ def read_description(): 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Mathematics', 'Topic :: Scientific/Engineering :: Visualization', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',