Skip to content

Commit d6253d6

Browse files
Added back python 3.8
1 parent 35021a1 commit d6253d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
python-version: ["3.9", "3.10", "3.11", "3.12"]
24+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2525
steps:
2626
- uses: actions/checkout@v4
2727
with:
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
python-version: ["3.9", "3.10", "3.11", "3.12"]
57+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
5858
steps:
5959
- uses: actions/checkout@v4
6060
with:
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
strategy:
8181
matrix:
82-
python-version: ["3.9", "3.10", "3.11", "3.12"]
82+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
8383
steps:
8484
- name: Checkout
8585
uses: actions/checkout@v4
@@ -148,7 +148,7 @@ jobs:
148148
environment: release
149149
strategy:
150150
matrix:
151-
python-version: ["3.9", "3.10", "3.11", "3.12"]
151+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
152152
steps:
153153
- uses: actions/checkout@v4
154154
with:

0 commit comments

Comments
 (0)