File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,12 @@ jobs:
44
44
python-version : " 3.8"
45
45
platform_id : win_amd64
46
46
47
+ # Linux 64 bit manylinux2014
47
48
- os : ubuntu-latest
48
49
python-version : " 3.8"
50
+ python : 38
49
51
platform_id : manylinux_x86_64
50
52
manylinux_image : manylinux2014
51
- - os : ubuntu-latest
52
- python-version : " 3.8"
53
- platform_id : manylinux_aarch64
54
- manylinux_image : manylinux2014
55
53
56
54
# Use x86 macOS runner to build both x86 and ARM. GitHub does not offer M1/M2 yet (only self-hosted).
57
55
- os : macos-latest
99
97
CIBW_BUILD : " cp*"
100
98
101
99
# macOS: build x86_64 and arm64
102
- CIBW_ARCHS_MACOS : " x86_64 arm64"
100
+ # CIBW_ARCHS_MACOS: "x86_64 arm64"
103
101
104
102
# No 32-bit builds
105
103
# TODO
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ requires = [
11
11
12
12
[project ]
13
13
name = " suitesparse-graphblas"
14
- # dynamic = ["version"]
15
- # TODO
16
- version = " 0.0.3"
14
+ dynamic = [" version" ]
17
15
description = " SuiteSparse:GraphBLAS Python bindings."
18
16
readme = " README.md"
19
17
requires-python = " >=3.8"
@@ -29,7 +27,7 @@ maintainers = [
29
27
{
name =
" Michel Pelletier" ,
email =
" [email protected] " },
30
28
]
31
29
classifiers = [
32
- " Development Status :: 4 - Beta " ,
30
+ " Development Status :: 5 - Production/Stable " ,
33
31
" License :: OSI Approved :: Apache Software License" ,
34
32
" Operating System :: MacOS :: MacOS X" ,
35
33
" Operating System :: POSIX :: Linux" ,
You can’t perform that action at this time.
0 commit comments