Skip to content

Commit 2d8164d

Browse files
committed
Python 3.5 is actually unsupported since v0.7.0 (closes #89)
1 parent 7bdb93c commit 2d8164d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
Operating System :: POSIX :: Linux
3131
Programming Language :: Python
3232
Programming Language :: Python :: 3
33-
Programming Language :: Python :: 3.5
3433
Programming Language :: Python :: 3.6
3534
Programming Language :: Python :: 3.7
3635
Programming Language :: Python :: 3.8
@@ -39,7 +38,6 @@
3938
Topic :: Text Editors :: Integrated Development Environments (IDE)
4039
"""
4140

42-
# pylint: disable=bad-whitespace
4341
setuptools.setup(
4442
name = 'hdl_checker',
4543
version = versioneer.get_version(),
@@ -73,4 +71,3 @@
7371
},
7472
classifiers=CLASSIFIERS.splitlines(),
7573
)
76-
# pylint: enable=bad-whitespace

0 commit comments

Comments
 (0)