Skip to content

Commit 6f18dee

Browse files
authored
Merge pull request #1117 from astropy/v0p93_release
Update changelog and wheels.yaml to test wheel build of new release
2 parents 439231d + 2579524 commit 6f18dee

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/wheels.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
# uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
2828
run: python -m cibuildwheel --output-dir wheelhouse
2929
env:
30-
CIBW_BEFORE_BUILD: pip install oldest-supported-numpy Cython extension-helpers
31-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
30+
CIBW_BEFORE_BUILD: pip install numpy>=2 Cython extension-helpers
31+
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.11"
3232
CIBW_SKIP: pp*
3333

3434
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.9.3 (2025-02-10)
2+
------------------
3+
4+
- Compatibility with Numpy 2.0 (https://github.com/astropy/halotools/pull/1114)
5+
6+
17
0.9.2 (2024-12-02)
28
------------------
39

0 commit comments

Comments
 (0)