Skip to content

Commit

Permalink
#190 - remove Python 3.5 support because of f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Apr 29, 2024
1 parent 02e513f commit 4bd76db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,14 @@ def main():
'cli4=cli4.__main__:main'
]
},
python_requires='>3.5.0',
python_requires='>3.6.0',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'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 4bd76db

Please sign in to comment.