Skip to content

Commit 70b6f43

Browse files
committed
Upgrade to numpy 2.0 and drop support for python3.8
1 parent 5d515b2 commit 70b6f43

File tree

3 files changed

+1609
-1507
lines changed

3 files changed

+1609
-1507
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
22+
python-version: ['3.9', '3.10', '3.11', '3.12']
2323

2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)