From ff241204b6f71839c0943b0a739d684320b9926d Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sat, 22 Jun 2024 05:57:29 +0300 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1aa29f0..b7fa114 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] steps: - name: Check out repository code uses: actions/checkout@v4 @@ -83,7 +83,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: [3.8, 3.9, "3.10"] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] steps: - name: Check out repository code uses: actions/checkout@v4 @@ -108,7 +108,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] steps: - name: Check out repository code uses: actions/checkout@v4 @@ -157,7 +157,7 @@ jobs: run: rustup update - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -187,7 +187,7 @@ jobs: run: rustup update - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' architecture: ${{ matrix.platform.target }} - name: Build wheels uses: PyO3/maturin-action@v1 @@ -217,7 +217,7 @@ jobs: run: rustup update - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - name: Build wheels uses: PyO3/maturin-action@v1 with: