Skip to content

Commit

Permalink
MNT: Remove special branch for numpy 2 now that is released
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbisme committed Oct 12, 2024
1 parent 4144929 commit d5ed1bd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
numpy-version: [""]
architecture: [x86, x64]
os:
[
Expand All @@ -28,11 +27,6 @@ jobs:
architecture: x86
- os: macos-12
architecture: x86
include:
- python-version: "3.12"
numpy-version: ">=2.0.0rc1"
architecture: x64
os: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -49,7 +43,7 @@ jobs:
- name: Test with pytest
run: |
pip install pytest "numpy${{ matrix.numpy-version }}"
pip install pytest
pytest --pyargs bottleneck
check:
Expand Down

0 comments on commit d5ed1bd

Please sign in to comment.