Skip to content

Commit 9c4c1f6

Browse files
committed
ci: remove Python 3.8 from publish jobs
1 parent c8b5df9 commit 9c4c1f6

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/workflows/publish-python.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
strategy:
2323
matrix:
2424
python: # Update this list whenever the docker image is updated (check /opt/python/)
25-
- cp38-cp38
2625
- cp39-cp39
2726
- cp310-cp310
2827
- cp311-cp311
@@ -53,7 +52,7 @@ jobs:
5352
runs-on: ubuntu-20.04
5453
strategy:
5554
matrix:
56-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
55+
python: ["3.9", "3.10", "3.11", "3.12"]
5756
defaults:
5857
run:
5958
working-directory: bindings/nostr-ffi/bindings-python
@@ -94,7 +93,7 @@ jobs:
9493
working-directory: bindings/nostr-ffi/bindings-python
9594
strategy:
9695
matrix:
97-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
96+
python: ["3.9", "3.10", "3.11", "3.12"]
9897
steps:
9998
- name: "Checkout"
10099
uses: actions/checkout@v3
@@ -128,7 +127,7 @@ jobs:
128127
working-directory: bindings/nostr-ffi/bindings-python
129128
strategy:
130129
matrix:
131-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
130+
python: ["3.9", "3.10", "3.11", "3.12"]
132131
steps:
133132
- name: "Checkout"
134133
uses: actions/checkout@v3
@@ -161,7 +160,7 @@ jobs:
161160
working-directory: bindings/nostr-ffi/bindings-python
162161
strategy:
163162
matrix:
164-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
163+
python: ["3.9", "3.10", "3.11", "3.12"]
165164
steps:
166165
- name: "Checkout"
167166
uses: actions/checkout@v3

.github/workflows/publish-sdk-python.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
strategy:
2323
matrix:
2424
python: # Update this list whenever the docker image is updated (check /opt/python/)
25-
- cp38-cp38
2625
- cp39-cp39
2726
- cp310-cp310
2827
- cp311-cp311
@@ -53,7 +52,7 @@ jobs:
5352
runs-on: ubuntu-20.04
5453
strategy:
5554
matrix:
56-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
55+
python: ["3.9", "3.10", "3.11", "3.12"]
5756
defaults:
5857
run:
5958
working-directory: bindings/nostr-sdk-ffi/bindings-python
@@ -94,7 +93,7 @@ jobs:
9493
working-directory: bindings/nostr-sdk-ffi/bindings-python
9594
strategy:
9695
matrix:
97-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
96+
python: ["3.9", "3.10", "3.11", "3.12"]
9897
steps:
9998
- name: "Checkout"
10099
uses: actions/checkout@v3
@@ -128,7 +127,7 @@ jobs:
128127
working-directory: bindings/nostr-sdk-ffi/bindings-python
129128
strategy:
130129
matrix:
131-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
130+
python: ["3.9", "3.10", "3.11", "3.12"]
132131
steps:
133132
- name: "Checkout"
134133
uses: actions/checkout@v3
@@ -161,7 +160,7 @@ jobs:
161160
working-directory: bindings/nostr-sdk-ffi/bindings-python
162161
strategy:
163162
matrix:
164-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
163+
python: ["3.9", "3.10", "3.11", "3.12"]
165164
steps:
166165
- name: "Checkout"
167166
uses: actions/checkout@v3

0 commit comments

Comments
 (0)