Skip to content

Commit

Permalink
Merge pull request #1117 from astropy/v0p93_release
Browse files Browse the repository at this point in the history
Update changelog and wheels.yaml to test wheel build of new release
  • Loading branch information
aphearin authored Feb 10, 2025
2 parents 439231d + 2579524 commit 6f18dee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BEFORE_BUILD: pip install oldest-supported-numpy Cython extension-helpers
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
CIBW_BEFORE_BUILD: pip install numpy>=2 Cython extension-helpers
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.11"
CIBW_SKIP: pp*

- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.9.3 (2025-02-10)
------------------

- Compatibility with Numpy 2.0 (https://github.com/astropy/halotools/pull/1114)


0.9.2 (2024-12-02)
------------------

Expand Down

0 comments on commit 6f18dee

Please sign in to comment.