Skip to content

Commit c263412

Browse files
committed
bump numpy for 3.13
1 parent 3f45a8d commit c263412

5 files changed

+4
-4
lines changed

repo/buildmap.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def process_wheel(whl, whlname):
152152
abi3 = True
153153

154154
if not abi3:
155-
for replace in ("-cp310", "-cp311", "-cp312", "-cp313"):
155+
for replace in ("-cp310", "-cp311", "-cp312", "-cp313", "-cp314"):
156156
whlname = whlname.replace(replace, "-<abi>")
157157

158158
process_wheel(whl, whlname)
@@ -194,7 +194,7 @@ def process_wheel(whl, whlname):
194194
if whlname.find("-cp311") > 0:
195195
continue
196196

197-
for replace in ("-cp310", "-cp311", "-cp312", "-cp313"):
197+
for replace in ("-cp310", "-cp311", "-cp312", "-cp313", "-cp314"):
198198
whlname = whlname.replace(replace, "-<abi>")
199199

200200
whlname = whlname.replace("-wasm32_bi_emscripten", "-<api>")
Binary file not shown.
Binary file not shown.
Binary file not shown.

repo/index-0.9.2-cp313.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"glm-stubs": "cp313-0.9.2/PyGLM-2.7.2-<abi>-<abi>-<api>.whl",
4444
"graphics": "vendor/graphics.py",
4545
"harfang": "0.9.2/harfang-3.2.7-cp32-abi3-wasm32_bi_emscripten.whl",
46-
"hpy": "cp313/hpy-0.1.dev1+g79fb330.d20241203-<abi>-<abi>-<api>.whl",
46+
"hpy": "cp313/hpy-0.1.dev1+g79fb330.d20250129-<abi>-<abi>-<api>.whl",
4747
"html5lib": "pkg/html5lib-1.1-py2.py3-none-any.whl",
4848
"i18n": "pkg/python_i18n-0.3.9-py3-none-any.whl",
4949
"igraph": "pkg/igraph-0.10.3-cp39-abi3-wasm32_mvp_emscripten.whl",
@@ -71,7 +71,7 @@
7171
"nltk": "pkg/nltk-3.7-py3-none-any.whl",
7272
"nose": "pkg/nose-1.3.7-py3-none-any.whl",
7373
"nova": "cp313/nova-0.7.0-<abi>-<abi>-<api>.whl",
74-
"numpy": "cp313-0.9.2/numpy-2.1.0.dev0-<abi>-<abi>-<api>.whl",
74+
"numpy": "cp313-0.9.2/numpy-2.3.0.dev0-<abi>-<abi>-<api>.whl",
7575
"nurses_2": "pkg/nurses_2-0.18.5-py3-none-any.whl",
7676
"ofxparse": "pkg/ofxparse-0.21-py3-none-any.whl",
7777
"optlang": "pkg/optlang-1.5.2-py2.py3-none-any.whl",

0 commit comments

Comments
 (0)