Skip to content

Commit 9e071f6

Browse files
authored
Update make_wheel.yml
1 parent 92011ed commit 9e071f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/make_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
- { name: 'MacOS 14 ARM64 LLVM+libc++', os: 'macos-13', cc: clang, cxx: clang++,
5454
config: --config=libc++ --config=macos_arm64 --repo_env=PY_PLATFORM_OVERRIDE=macosx_14_0_arm64 }
5555
python-version:
56-
- '3.9'
56+
# - '3.9'
5757
- '3.10'
5858
- '3.11'
5959
- '3.12'
60-
- '3.13'
60+
# - '3.13'
6161

6262
env:
6363
CC: ${{ matrix.cfg.cc }}

0 commit comments

Comments
 (0)