File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 84
84
85
85
.PHONY : build-wasm
86
86
build-wasm :
87
- @echo ' This requires python 3.11 , maturin and emsdk to be installed'
88
- maturin build --release --target wasm32-unknown-emscripten --out dist -i 3.11
87
+ @echo ' This requires python 3.12 , maturin and emsdk to be installed'
88
+ maturin build --release --target wasm32-unknown-emscripten --out dist -i 3.12
89
89
ls -lh dist
90
90
91
91
.PHONY : format
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ async def main(tests_zip: str, tag_name: str):
21
21
# File saved on the GH release
22
22
pydantic_core_wheel = (
23
23
'https://githubproxy.samuelcolvin.workers.dev/pydantic/pydantic-core/releases/'
24
- f'download/{ tag_name } /pydantic_core-{ tag_name .lstrip ("v" )} -cp311-cp311 -emscripten_3_1_58_wasm32.whl'
24
+ f'download/{ tag_name } /pydantic_core-{ tag_name .lstrip ("v" )} -cp312-cp312 -emscripten_3_1_58_wasm32.whl'
25
25
)
26
26
zip_file = ZipFile (BytesIO (base64 .b64decode (tests_zip )))
27
27
count = 0
You can’t perform that action at this time.
0 commit comments