Skip to content

Commit 7a62503

Browse files
committed
NEP29+1y: Drop Python 3.5
1 parent 04ed870 commit 7a62503

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ classifiers =
1313
License :: OSI Approved :: MIT License
1414
Operating System :: OS Independent
1515
Programming Language :: Python
16-
Programming Language :: Python :: 3.5
1716
Programming Language :: Python :: 3.6
1817
Programming Language :: Python :: 3.7
1918
Programming Language :: Python :: 3.8
@@ -28,7 +27,7 @@ provides =
2827
nisext
2928

3029
[options]
31-
python_requires = >=3.5.1
30+
python_requires = >=3.6
3231
install_requires =
3332
numpy >=1.13
3433
packaging >=14.3

0 commit comments

Comments
 (0)