Skip to content

Commit

Permalink
Merge pull request #613 from breez/cnixbtc-patch-1
Browse files Browse the repository at this point in the history
Fix publish Python matrix for Linux wheels
  • Loading branch information
cnixbtc authored Nov 15, 2023
2 parents 73cb60a + 61aa976 commit edcb1b4
Showing 1 changed file with 1 addition 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 @@ -85,7 +85,7 @@ jobs:
strategy:
matrix:
arch: [x86_64, aarch64]
python: ["3.8", "3.9", "3.10"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down

0 comments on commit edcb1b4

Please sign in to comment.