We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15afc2e commit 14da38fCopy full SHA for 14da38f
1 file changed
setup.cfg
@@ -14,7 +14,6 @@ classifiers =
14
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
15
Operating System :: OS Independent
16
Programming Language :: Python :: 3
17
- Programming Language :: Python :: 3.5
18
Programming Language :: Python :: 3.6
19
Programming Language :: Python :: 3.7
20
Programming Language :: Python :: 3.8
@@ -31,7 +30,7 @@ install_requires =
31
30
meshio >= 4.0.0, < 5.0.0
32
numpy
33
pybind11 >= 2.2
34
-python_requires = >=3.5
+python_requires = >=3.6
35
36
[options.entry_points]
37
console_scripts =
0 commit comments