From b5c25691400276e49cac64bdb330a098305574a6 Mon Sep 17 00:00:00 2001 From: "chandr-andr (Kiselev Aleksandr)" Date: Thu, 17 Oct 2024 11:46:34 +0200 Subject: [PATCH] Support for Python 3.13 Signed-off-by: chandr-andr (Kiselev Aleksandr) --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff8493e..14f8a73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.13' - name: Setup SSL libs run: sudo apt-get update -y && sudo apt-get install -y libipc-run-perl && sudo apt-get install pkg-config libssl-dev - name: Build wheels @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.13' architecture: ${{ matrix.target }} - name: Build wheels uses: PyO3/maturin-action@v1 @@ -96,7 +96,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.13' - name: Brew update run: brew update - name: brew upgrade @@ -158,7 +158,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.13' architecture: x64 - name: Build wheels uses: messense/maturin-action@v1