Skip to content

Commit f276a26

Browse files
committed
[BugFix] use Python 3.9 to build wheel
1 parent 024c1e3 commit f276a26

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dist.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,10 @@ jobs:
109109
- { runner: macos-latest, toolkit: "Metal" }
110110
python-version:
111111
# Wheels are built with Python 3.8 Limited API, they should work with all Python >= 3.8.
112-
# Only build wheels against Python 3.8 to save CI resources.
113-
- "3.8"
112+
# Only build wheels against Python 3.8 Limited API to save CI resources.
113+
# FIXME: Here we use Python 3.9 because our dependency `apache-tvm-ffi` claims to support
114+
# Python 3.8 but it depends on a version of `ml-dtypes` that requires Python >= 3.9.
115+
- "3.9"
114116
fail-fast: false
115117
timeout-minutes: 120
116118
runs-on: ${{ matrix.target.runner }}

0 commit comments

Comments
 (0)