Skip to content

Commit

Permalink
bump numpy for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Jan 31, 2025
1 parent 3f45a8d commit c263412
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions repo/buildmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def process_wheel(whl, whlname):
abi3 = True

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

process_wheel(whl, whlname)
Expand Down Expand Up @@ -194,7 +194,7 @@ def process_wheel(whl, whlname):
if whlname.find("-cp311") > 0:
continue

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

whlname = whlname.replace("-wasm32_bi_emscripten", "-<api>")
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions repo/index-0.9.2-cp313.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"glm-stubs": "cp313-0.9.2/PyGLM-2.7.2-<abi>-<abi>-<api>.whl",
"graphics": "vendor/graphics.py",
"harfang": "0.9.2/harfang-3.2.7-cp32-abi3-wasm32_bi_emscripten.whl",
"hpy": "cp313/hpy-0.1.dev1+g79fb330.d20241203-<abi>-<abi>-<api>.whl",
"hpy": "cp313/hpy-0.1.dev1+g79fb330.d20250129-<abi>-<abi>-<api>.whl",
"html5lib": "pkg/html5lib-1.1-py2.py3-none-any.whl",
"i18n": "pkg/python_i18n-0.3.9-py3-none-any.whl",
"igraph": "pkg/igraph-0.10.3-cp39-abi3-wasm32_mvp_emscripten.whl",
Expand Down Expand Up @@ -71,7 +71,7 @@
"nltk": "pkg/nltk-3.7-py3-none-any.whl",
"nose": "pkg/nose-1.3.7-py3-none-any.whl",
"nova": "cp313/nova-0.7.0-<abi>-<abi>-<api>.whl",
"numpy": "cp313-0.9.2/numpy-2.1.0.dev0-<abi>-<abi>-<api>.whl",
"numpy": "cp313-0.9.2/numpy-2.3.0.dev0-<abi>-<abi>-<api>.whl",
"nurses_2": "pkg/nurses_2-0.18.5-py3-none-any.whl",
"ofxparse": "pkg/ofxparse-0.21-py3-none-any.whl",
"optlang": "pkg/optlang-1.5.2-py2.py3-none-any.whl",
Expand Down

0 comments on commit c263412

Please sign in to comment.