mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-14 19:44:21 +01:00
Add python 3.13 wheels (#813)
This commit is contained in:
6
.github/workflows/publish-python.yml
vendored
6
.github/workflows/publish-python.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user