Skip to content

Commit 030b87a

Browse files
committed
turn off 3.14
1 parent f6c08cc commit 030b87a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
runs-on: ubuntu-22.04
2020
env:
21-
BUILDS: 3.12 3.13 3.14
21+
BUILDS: 3.12 3.13
2222
SDKROOT: /opt/python-wasm-sdk
2323
Py_GIL_DISABLED: false
2424
wasisdk: true

emsdk-cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ if EMCC_TRACE:
478478

479479
sys.argv.append(arg)
480480

481-
# for debugging configure, cmake has its own very detailed log.
481+
# for debugging configure, as cmake has its own very detailed log.
482482
if os.path.isfile("conftest.c"):
483483
__import__("shutil").copy("conftest.c", SDKROOT / "emcc.c")
484484
if DEBUG_PATTERN not in (False, True):

0 commit comments

Comments
 (0)