File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
28
28
uses : docker/setup-qemu-action@v1
29
29
30
30
- name : Build wheels
31
- uses : joerick/cibuildwheel@v2.16.2
31
+ uses : joerick/cibuildwheel@v2.16.5
32
32
# to supply options, put them in 'env', like:
33
33
env :
34
34
CIBW_ARCHS_LINUX : ${{matrix.arch}}
35
35
CIBW_BEFORE_BUILD : pip install oldest-supported-numpy setuptools wheel cython
36
36
CIBW_ARCHS_MACOS : " x86_64 arm64"
37
37
38
- - uses : actions/upload-artifact@v4
38
+ - uses : actions/upload-artifact@v2
39
39
with :
40
40
path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def read(fname):
23
23
24
24
setuptools .setup (
25
25
name = "dijkstra3d" ,
26
- version = "1.14 .0" ,
26
+ version = "1.15 .0" ,
27
27
python_requires = ">=3.7,<4.0" ,
28
28
setup_requires = ['numpy' ,'cython' ],
29
29
ext_modules = [
@@ -54,11 +54,11 @@ def read(fname):
54
54
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" ,
55
55
"Programming Language :: Python" ,
56
56
"Programming Language :: Python :: 3" ,
57
- "Programming Language :: Python :: 3.7" ,
58
57
"Programming Language :: Python :: 3.8" ,
59
58
"Programming Language :: Python :: 3.9" ,
60
59
"Programming Language :: Python :: 3.10" ,
61
60
"Programming Language :: Python :: 3.11" ,
61
+ "Programming Language :: Python :: 3.12" ,
62
62
"Topic :: Scientific/Engineering" ,
63
63
"Intended Audience :: Science/Research" ,
64
64
"Operating System :: POSIX" ,
You can’t perform that action at this time.
0 commit comments