We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024c1e3 commit f276a26Copy full SHA for f276a26
.github/workflows/dist.yml
@@ -109,8 +109,10 @@ jobs:
109
- { runner: macos-latest, toolkit: "Metal" }
110
python-version:
111
# 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"
+ # Only build wheels against Python 3.8 Limited API to save CI resources.
+ # 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"
116
fail-fast: false
117
timeout-minutes: 120
118
runs-on: ${{ matrix.target.runner }}
0 commit comments