Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 4bd76db

Browse files
committed
#190 - remove Python 3.5 support because of f-string
1 parent 02e513f commit 4bd76db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,14 @@ def main():
4242
'cli4=cli4.__main__:main'
4343
]
4444
},
45-
python_requires='>3.5.0',
45+
python_requires='>3.6.0',
4646
classifiers=[
4747
'Development Status :: 5 - Production/Stable',
4848
'Intended Audience :: Developers',
4949
'Topic :: Software Development :: Libraries :: Python Modules',
5050
'License :: OSI Approved :: MIT License',
5151
'Programming Language :: Python',
5252
'Programming Language :: Python :: 3',
53-
'Programming Language :: Python :: 3.5',
5453
'Programming Language :: Python :: 3.6',
5554
'Programming Language :: Python :: 3.7',
5655
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)