From 5f40663134c8da4197011b89db23b99c9bf739dd Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:29:59 +0600 Subject: [PATCH] Update CI.yaml --- .github/workflows/CI.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 191aed3..0e816e1 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.12' + python-version: '3.13-dev' - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -74,7 +74,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.12' + python-version: '3.13-dev' architecture: ${{ matrix.target }} - name: Build wheels uses: PyO3/maturin-action@v1 @@ -105,7 +105,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.12' + python-version: '3.13-dev' - name: Build wheels uses: PyO3/maturin-action@v1 with: