File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
"""
9
9
10
- version_info = 0 , 17 , "dev0"
10
+ version_info = 0 , 18 , "dev0"
11
11
__version__ = "." .join (map (str , version_info ))
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = [
3
3
" setuptools>=42" ,
4
4
" wheel>=0.33.0" ,
5
5
" cython>=3.0.0" ,
6
- " oldest-supported- numpy"
6
+ " numpy>=2,<3 " ,
7
7
]
8
8
9
9
build-backend = " setuptools.build_meta"
@@ -18,7 +18,7 @@ filterwarnings = [
18
18
19
19
[tool .cibuildwheel ]
20
20
archs = [" auto64" ] # 64-bit only
21
- skip = " pp* *musllinux* cp37-*" # disable PyPy and musl-based wheels and Python<3.8
21
+ skip = " pp* *musllinux* cp37-* cp38-* " # disable PyPy and musl-based wheels and Python<3.9
22
22
test-requires = " pytest"
23
23
test-command = " pytest {project}/tests"
24
24
Original file line number Diff line number Diff line change 53
53
"Development Status :: 4 - Beta" ,
54
54
"Intended Audience :: Science/Research" ,
55
55
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
56
- "Programming Language :: Python :: 3.7" ,
57
- "Programming Language :: Python :: 3.8" ,
58
56
"Programming Language :: Python :: 3.9" ,
59
57
"Programming Language :: Python :: 3.10" ,
60
58
"Programming Language :: Python :: 3.11" ,
59
+ "Programming Language :: Python :: 3.12" ,
61
60
],
62
- python_requires = ">=3.7 " ,
61
+ python_requires = ">=3.9 " ,
63
62
url = "https://github.com/pyvista/pymeshfix" ,
64
63
# Build cython modules
65
64
ext_modules = cythonize (
You can’t perform that action at this time.
0 commit comments