Skip to content

Commit 225122e

Browse files
committed
require python 3.7
1 parent bf55be1 commit 225122e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ include src/primitives.hpp
1010
include src/remesh_surface.hpp
1111
include src/sizing_field.hpp
1212

13-
include test/helpers.py
14-
recursive-include test/meshes *
13+
include tests/helpers.py
14+
recursive-include tests/meshes *

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ classifiers =
1717
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
1818
Operating System :: OS Independent
1919
Programming Language :: Python :: 3
20-
Programming Language :: Python :: 3.6
2120
Programming Language :: Python :: 3.7
2221
Programming Language :: Python :: 3.8
2322
Programming Language :: Python :: 3.9
23+
Programming Language :: Python :: 3.10
2424
Topic :: Scientific/Engineering
2525
Topic :: Scientific/Engineering :: Mathematics
2626
Topic :: Scientific/Engineering :: Physics
@@ -39,8 +39,8 @@ install_requires =
3939
importlib_metadata;python_version<"3.8"
4040
meshio >= 4.0.0, < 6.0.0
4141
numpy
42-
python_requires = >=3.6
42+
python_requires = >=3.7
4343
4444
[options.entry_points]
4545
console_scripts =
46-
pygalmesh= pygalmesh._cli:cli
46+
pygalmesh = pygalmesh._cli:cli

0 commit comments

Comments
 (0)