Skip to content

Commit

Permalink
fix pypi-classifiers. Min python version is 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
relikd committed Oct 30, 2021
1 parent 478adfc commit 8c726e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion icnsutil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'''
A fully-featured python library to handle reading and writing icns files.
'''
__version__ = '1.0'
__version__ = '1.0.1'

from .IcnsFile import IcnsFile
from .ArgbImage import ArgbImage, PIL_ENABLED
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 8c726e0

Please sign in to comment.