From d4e89095a3da0e211f1e8deea8f865cbb0a7d7e6 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Mon, 23 Oct 2023 09:23:23 +0200 Subject: [PATCH 1/3] Update wheels --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee02dac..27f4081 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9 + args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 sccache: "true" manylinux: auto - name: Install and test @@ -79,7 +79,7 @@ jobs: rust-toolchain: stable target: ${{ matrix.target }} manylinux: auto - args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9 + args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 - uses: uraimo/run-on-arch-action@v2.3.0 if: matrix.target != 'ppc64' name: Install built wheel @@ -120,7 +120,7 @@ jobs: rust-toolchain: stable target: ${{ matrix.target }} manylinux: musllinux_1_2 - args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 + args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 - name: Install built wheel if: matrix.target == 'x86_64-unknown-linux-musl' uses: addnab/docker-run-action@v3 From fe8175ab410d3d4d8886ad21497570b9b43b3655 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Tue, 24 Oct 2023 10:04:53 +0200 Subject: [PATCH 2/3] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27f4081..ece314e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.12" - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.12" - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -112,7 +112,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.12" architecture: x64 - name: Build wheels uses: PyO3/maturin-action@v1 From 8d9741bab1fc24cf48dd752326fca8a148e3341a Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Tue, 24 Oct 2023 19:31:03 +0200 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ece314e..27f4081 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.12" + python-version: "3.11" - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.12" + python-version: "3.11" - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -112,7 +112,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.12" + python-version: "3.11" architecture: x64 - name: Build wheels uses: PyO3/maturin-action@v1