Skip to content

Commit

Permalink
ci: remove Python 3.8 from publish jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Jan 9, 2024
1 parent c8b5df9 commit 9c4c1f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
strategy:
matrix:
python: # Update this list whenever the docker image is updated (check /opt/python/)
- cp38-cp38
- cp39-cp39
- cp310-cp310
- cp311-cp311
Expand Down Expand Up @@ -53,7 +52,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12"]
defaults:
run:
working-directory: bindings/nostr-ffi/bindings-python
Expand Down Expand Up @@ -94,7 +93,7 @@ jobs:
working-directory: bindings/nostr-ffi/bindings-python
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down Expand Up @@ -128,7 +127,7 @@ jobs:
working-directory: bindings/nostr-ffi/bindings-python
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down Expand Up @@ -161,7 +160,7 @@ jobs:
working-directory: bindings/nostr-ffi/bindings-python
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/publish-sdk-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
strategy:
matrix:
python: # Update this list whenever the docker image is updated (check /opt/python/)
- cp38-cp38
- cp39-cp39
- cp310-cp310
- cp311-cp311
Expand Down Expand Up @@ -53,7 +52,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12"]
defaults:
run:
working-directory: bindings/nostr-sdk-ffi/bindings-python
Expand Down Expand Up @@ -94,7 +93,7 @@ jobs:
working-directory: bindings/nostr-sdk-ffi/bindings-python
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down Expand Up @@ -128,7 +127,7 @@ jobs:
working-directory: bindings/nostr-sdk-ffi/bindings-python
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down Expand Up @@ -161,7 +160,7 @@ jobs:
working-directory: bindings/nostr-sdk-ffi/bindings-python
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down

0 comments on commit 9c4c1f6

Please sign in to comment.