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