Skip to content

Commit 14da38f

Browse files
committed
require python 3.6
1 parent 15afc2e commit 14da38f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ classifiers =
1414
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
1515
Operating System :: OS Independent
1616
Programming Language :: Python :: 3
17-
Programming Language :: Python :: 3.5
1817
Programming Language :: Python :: 3.6
1918
Programming Language :: Python :: 3.7
2019
Programming Language :: Python :: 3.8
@@ -31,7 +30,7 @@ install_requires =
3130
meshio >= 4.0.0, < 5.0.0
3231
numpy
3332
pybind11 >= 2.2
34-
python_requires = >=3.5
33+
python_requires = >=3.6
3534
3635
[options.entry_points]
3736
console_scripts =

0 commit comments

Comments
 (0)