diff options
| author | 2025-09-12 04:56:24 +0800 | |
|---|---|---|
| committer | 2025-09-12 04:56:24 +0800 | |
| commit | b0a8fe3c3d28644bff9432abb68aa817d0db14ed (patch) | |
| tree | 2317617e4e9146fb016751d20ae1125c4edb42e1 | |
| parent | b5d9371d47f5e9b5789f746241eaa5bd4222314d (diff) | |
| download | OneRoll-b0a8fe3c3d28644bff9432abb68aa817d0db14ed.tar.gz OneRoll-b0a8fe3c3d28644bff9432abb68aa817d0db14ed.zip | |
chore: update Python version to 3.11 in CI configuration
| -rw-r--r-- | .github/workflows/CI.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8893043..0897e2f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.x + python-version: 3.11 - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.x + python-version: 3.11 - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -112,7 +112,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.x + python-version: 3.11 architecture: ${{ matrix.platform.target }} - name: Build wheels uses: PyO3/maturin-action@v1 @@ -145,7 +145,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.x + python-version: 3.11 - name: Build wheels uses: PyO3/maturin-action@v1 with: |
