Skip to content

Commit c6c1171

Browse files
Copilotsemarj
andcommitted
Update Python version from 3.7 to 3.9 in CI/CD workflows
Co-authored-by: semarj <549538+semarj@users.noreply.github.com>
1 parent 34f7d19 commit c6c1171

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Python
2424
uses: actions/setup-python@v2
2525
with:
26-
python-version: 3.7
26+
python-version: 3.9
2727
if: ${{ steps.release.outputs.release_created }}
2828

2929
- name: Install dependancies

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.7, 3.8, 3.9]
18+
python-version: [3.8, 3.9]
1919

2020
steps:
2121
- uses: actions/checkout@v2
@@ -58,10 +58,10 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- uses: actions/checkout@v2
61-
- name: Set up Python 3.7
61+
- name: Set up Python 3.9
6262
uses: actions/setup-python@v2
6363
with:
64-
python-version: 3.7
64+
python-version: 3.9
6565

6666
- name: Install python dependencies
6767
run: |

0 commit comments

Comments
 (0)