Skip to content

Commit 16edc01

Browse files
committed
Update setup.cfg as suggested by @henryiii
1 parent 85a429b commit 16edc01

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
@@ -14,7 +14,6 @@ classifiers =
1414
Topic :: Utilities
1515
Programming Language :: C++
1616
Programming Language :: Python :: 3 :: Only
17-
Programming Language :: Python :: 3.6
1817
Programming Language :: Python :: 3.7
1918
Programming Language :: Python :: 3.8
2019
Programming Language :: Python :: 3.9
@@ -39,5 +38,5 @@ project_urls =
3938
Chat = https://gitter.im/pybind/Lobby
4039

4140
[options]
42-
python_requires = >=3.6
41+
python_requires = >=3.7
4342
zip_safe = False

0 commit comments

Comments
 (0)