Skip to content

Commit 1cbe220

Browse files
authored
Apply suggestions from code review
1 parent d463d70 commit 1cbe220

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ classifiers =
1313
Topic :: Software Development :: Quality Assurance
1414
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
1515
Programming Language :: Python :: 3
16-
Programming Language :: Python :: 3.5
1716
Programming Language :: Python :: 3.6
1817
Programming Language :: Python :: 3.7
1918
Programming Language :: Python :: 3.8
@@ -29,7 +28,7 @@ project_urls =
2928

3029
[options]
3130
packages = find:
32-
python_requires = >= 3.5
31+
python_requires = >= 3.6
3332
install_requires =
3433
configargparse
3534
importlib-metadata; python_version < "3.8"

0 commit comments

Comments
 (0)