Skip to content

Commit

Permalink
ci: add python 3.11 and 3.12 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Nov 21, 2023
1 parent 704d210 commit f485276
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- cp38-cp38
- cp39-cp39
- cp310-cp310
- cp311-cp311
- cp312-cp312
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand All @@ -51,7 +53,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.8", "3.9", "3.10"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
defaults:
run:
working-directory: bindings/nostr-ffi/bindings-python
Expand Down Expand Up @@ -92,7 +94,7 @@ jobs:
working-directory: bindings/nostr-ffi/bindings-python
strategy:
matrix:
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 Expand Up @@ -126,7 +128,7 @@ jobs:
working-directory: bindings/nostr-ffi/bindings-python
strategy:
matrix:
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 Expand Up @@ -159,7 +161,7 @@ jobs:
working-directory: bindings/nostr-ffi/bindings-python
strategy:
matrix:
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
10 changes: 6 additions & 4 deletions .github/workflows/publish-sdk-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- cp38-cp38
- cp39-cp39
- cp310-cp310
- cp311-cp311
- cp312-cp312
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand All @@ -51,7 +53,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.8", "3.9", "3.10"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
defaults:
run:
working-directory: bindings/nostr-sdk-ffi/bindings-python
Expand Down Expand Up @@ -92,7 +94,7 @@ jobs:
working-directory: bindings/nostr-sdk-ffi/bindings-python
strategy:
matrix:
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 Expand Up @@ -126,7 +128,7 @@ jobs:
working-directory: bindings/nostr-sdk-ffi/bindings-python
strategy:
matrix:
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 Expand Up @@ -159,7 +161,7 @@ jobs:
working-directory: bindings/nostr-sdk-ffi/bindings-python
strategy:
matrix:
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 f485276

Please sign in to comment.