Skip to content

Commit

Permalink
Merge pull request breez#608 from breez/support-more-pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
cnixbtc authored Nov 13, 2023
2 parents a8a9dcd + 9640c0f commit 9626d81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python: ["3.8", "3.9", "3.10"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout breez-sdk repo
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions libs/sdk-bindings/bindings-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ It will create wheels for the following Python versions and Platforms and upload
| **Python 3.8** |||||
| **Python 3.9** |||||
| **Python 3.10** |||||
| **Python 3.11** |||||
| **Python 3.12** |||||

## Building Manually

Expand Down

0 comments on commit 9626d81

Please sign in to comment.