Skip to content

Commit

Permalink
Use numpy instead of oldest-supported-numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiggins committed Jun 17, 2024
1 parent b76a5dc commit 11bcba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["cython<3", "oldest-supported-numpy", "setuptools", "wheel"]
requires = ["cython<3", "numpy<2", "setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
Expand Down

0 comments on commit 11bcba5

Please sign in to comment.