From 38688b0e405d43f38fd8e260e0f27809c360ae87 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sun, 17 Sep 2023 12:05:55 +0200 Subject: [PATCH] chore: bump numpy to 1.26.0 for python 3.12 tests --- tests/integration/test_manylinux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_manylinux.py b/tests/integration/test_manylinux.py index e8e1c3a7..d2058d18 100644 --- a/tests/integration/test_manylinux.py +++ b/tests/integration/test_manylinux.py @@ -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"