We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ed870 commit 7a62503Copy full SHA for 7a62503
setup.cfg
@@ -13,7 +13,6 @@ classifiers =
13
License :: OSI Approved :: MIT License
14
Operating System :: OS Independent
15
Programming Language :: Python
16
- Programming Language :: Python :: 3.5
17
Programming Language :: Python :: 3.6
18
Programming Language :: Python :: 3.7
19
Programming Language :: Python :: 3.8
@@ -28,7 +27,7 @@ provides =
28
27
nisext
29
30
[options]
31
-python_requires = >=3.5.1
+python_requires = >=3.6
32
install_requires =
33
numpy >=1.13
34
packaging >=14.3
0 commit comments