diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 9d8d4db8..fed37847 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -10,7 +10,7 @@ jobs: matrix: # macos-13 is an intel runner, macos-14 is apple silicon os: [macos-13, macos-14] - py: [cp38, cp39, cp311, cp312] + py: [cp38, cp39, cp310, cp311, cp312] steps: - uses: actions/checkout@v4 @@ -40,9 +40,9 @@ jobs: strategy: matrix: os: [ubuntu-latest] - py: [cp38, cp39, cp311, cp312] + py: [cp38, cp39, cp310, cp311, cp312] image: [manylinux, musllinux] - arch: [x86_64, i686, aarch64, ppc64le, s390x] + arch: [x86_64, aarch64] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index 08542f86..d58bcf0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH:$DYLD_LIBRARY_PATH delocate-wheel --requi [project] name = "siren" -version = "0.0.1" +version = "0.0.2" description = "Sampling and Injection for Rare EveNts: A neutrino and rare-process injection toolkit" readme = "README.md" requires-python = ">=3.8"