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

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