Skip to content

Commit

Permalink
Remove deprecated oldest-supported-numpy usage
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Feb 16, 2024
1 parent b188b73 commit 43b447f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: pypa/[email protected]
env:
# Skips pypy py36,37
CIBW_SKIP: "pp* cp36-* cp37-* cp38-*"
CIBW_SKIP: "pp* cp36-* cp37-*"
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_TEST_SKIP: "*_arm64"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=41.2", "cython>=0.29.20", "wheel", "oldest-supported-numpy; python_version<'3.12.0.rc1'", "numpy>=1.26.0b1; python_version>='3.12.0.rc1'"]
requires = ["setuptools>=41.2", "cython>=0.29.20", "wheel", "numpy>=1.26.0b1"]
build-backend = "setuptools.build_meta"

0 comments on commit 43b447f

Please sign in to comment.