Add python 3.13 wheels (#813)

This commit is contained in:
Ross Savage
2025-03-26 18:35:13 +01:00
committed by GitHub
parent 5763d70bf7
commit ecd7c30d39
2 changed files with 5 additions and 4 deletions

View File

@@ -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