diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 7991df9..22402a8 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 5cc1519..beccc7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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",