Skip to content

Commit

Permalink
turn off 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Feb 4, 2025
1 parent f6c08cc commit 030b87a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
runs-on: ubuntu-22.04
env:
BUILDS: 3.12 3.13 3.14
BUILDS: 3.12 3.13
SDKROOT: /opt/python-wasm-sdk
Py_GIL_DISABLED: false
wasisdk: true
Expand Down
2 changes: 1 addition & 1 deletion emsdk-cc
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ if EMCC_TRACE:

sys.argv.append(arg)

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

0 comments on commit 030b87a

Please sign in to comment.