Skip to content

Commit

Permalink
fix : Python 3.5 removed from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed May 21, 2024
1 parent b1f6ada commit 17ce003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions otherfiles/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 17ce003

Please sign in to comment.