From ecd7c30d39798e81da4a986b810b0a3fa1a9649d Mon Sep 17 00:00:00 2001 From: Ross Savage <551697+dangeross@users.noreply.github.com> Date: Wed, 26 Mar 2025 18:35:13 +0100 Subject: [PATCH] Add python 3.13 wheels (#813) --- .github/workflows/publish-python.yml | 6 +++--- lib/bindings/langs/python/README.md | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-python.yml b/.github/workflows/publish-python.yml index ade04d8..4d4ec1d 100644 --- a/.github/workflows/publish-python.yml +++ b/.github/workflows/publish-python.yml @@ -29,7 +29,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - name: Checkout breez-sdk-liquid repo uses: actions/checkout@v4 @@ -85,7 +85,7 @@ jobs: strategy: matrix: arch: [x86_64, aarch64] - python: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - name: "Checkout" uses: actions/checkout@v4 @@ -131,7 +131,7 @@ jobs: strategy: matrix: arch: [win_amd64, win32] - python: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - name: "Checkout" uses: actions/checkout@v4 diff --git a/lib/bindings/langs/python/README.md b/lib/bindings/langs/python/README.md index ab2f540..3d014b0 100644 --- a/lib/bindings/langs/python/README.md +++ b/lib/bindings/langs/python/README.md @@ -3,7 +3,7 @@ ## Usage ``` -pip install breez_sdk_liquid +pip install breez-sdk-liquid ``` ``` python @@ -24,6 +24,7 @@ It will create wheels for the following Python versions and Platforms and upload | **Python 3.10** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | **Python 3.11** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | **Python 3.12** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| **Python 3.13** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ## Building Manually