Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@ jobs:
python-version: "3.8"
platform_id: win_amd64

# Linux 64 bit manylinux2014
- os: ubuntu-latest
python-version: "3.8"
python: 38
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
python-version: "3.8"
platform_id: manylinux_aarch64
manylinux_image: manylinux2014

# Use x86 macOS runner to build both x86 and ARM. GitHub does not offer M1/M2 yet (only self-hosted).
- os: macos-latest
Expand Down Expand Up @@ -99,7 +97,7 @@ jobs:
CIBW_BUILD: "cp*"

# macOS: build x86_64 and arm64
CIBW_ARCHS_MACOS: "x86_64 arm64"
#CIBW_ARCHS_MACOS: "x86_64 arm64"

# No 32-bit builds
# TODO
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ requires = [

[project]
name = "suitesparse-graphblas"
#dynamic = ["version"]
# TODO
version = "0.0.3"
dynamic = ["version"]
description = "SuiteSparse:GraphBLAS Python bindings."
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -29,7 +27,7 @@ maintainers = [
{name = "Michel Pelletier", email = "michel@graphegon.com"},
]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: Apache Software License",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
Expand Down