Skip to content

Commit b2e70db

Browse files
authored
Update hidden dependencies & bump to Python 3.9 (#1672)
1 parent 0c4ee3f commit b2e70db

File tree

6 files changed

+142
-208
lines changed

6 files changed

+142
-208
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-python@v2
1111
with:
12-
python-version: 3.8
12+
python-version: 3.9
1313
- name: Install Python Dependencies
1414
run: |
1515
pip install -r source/requirements.txt
@@ -42,7 +42,7 @@ jobs:
4242
git fetch origin main --depth=1
4343
- uses: actions/setup-python@v2
4444
with:
45-
python-version: 3.7
45+
python-version: 3.9
4646
- name: Install Dependencies
4747
run: |
4848
pip install -r source/requirements.txt
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v2
5656
- uses: actions/setup-python@v2
5757
with:
58-
python-version: 3.7
58+
python-version: 3.9
5959
- name: Install Dependencies
6060
run: |
6161
pip install -r source/requirements.txt
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/checkout@v2
6969
- uses: actions/setup-python@v2
7070
with:
71-
python-version: 3.7
71+
python-version: 3.9
7272
- name: Check Image Size
7373
run: |
7474
make sizecheck
@@ -90,7 +90,7 @@ jobs:
9090
git fetch origin main --depth=1
9191
- uses: actions/setup-python@v2
9292
with:
93-
python-version: 3.7
93+
python-version: 3.9
9494
- name: Install Dependencies
9595
run: |
9696
pip install -r source/requirements.txt
@@ -106,7 +106,7 @@ jobs:
106106
- uses: actions/checkout@v2
107107
- uses: actions/setup-python@v2
108108
with:
109-
python-version: 3.7
109+
python-version: 3.9
110110
- uses: psf/[email protected]
111111
with:
112112
black_args: ". --check"

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.7
16+
python-version: 3.9
1717
- name: Install Dependencies
1818
run: pip install -r source/requirements.txt
1919
- name: Check Links

0 commit comments

Comments
 (0)