Skip to content

Commit

Permalink
chore: bump numpy to 1.26.0 for python 3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Sep 17, 2023
1 parent 586b95c commit 38688b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_manylinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"39": "1.21.4",
"310": "1.21.4",
"311": "1.23.4",
"312": "1.26.0rc1",
"312": "1.26.0",
}
NUMPY_VERSION = NUMPY_VERSION_MAP[PYTHON_ABI_MAJ_MIN]
ORIGINAL_NUMPY_WHEEL = f"numpy-{NUMPY_VERSION}-{PYTHON_ABI}-linux_{PLATFORM}.whl"
Expand Down

0 comments on commit 38688b0

Please sign in to comment.