Skip to content

Commit eb5da95

Browse files
moodyjoneukreign
authored andcommitted
Revert "TEMP: Try python 3.8."
This reverts commit 8def4d5.
1 parent 8722ef8 commit eb5da95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-python@v4
1212
with:
13-
python-version: '3.8'
13+
python-version: '3.9'
1414
- name: extract pip cache
1515
uses: actions/cache@v3
1616
with:
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v3
3535
- uses: actions/setup-python@v4
3636
with:
37-
python-version: '3.8'
37+
python-version: '3.9'
3838
- name: set pip cache dir
3939
shell: bash
4040
run: echo "PIP_CACHE_DIR=$(pip cache dir)" >> $GITHUB_ENV
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/checkout@v3
9797
- uses: actions/setup-python@v4
9898
with:
99-
python-version: '3.8'
99+
python-version: '3.9'
100100
- if: matrix.test == 'other'
101101
run: |
102102
sudo apt-get update
@@ -146,7 +146,7 @@ jobs:
146146
- uses: actions/checkout@v3
147147
- uses: actions/setup-python@v4
148148
with:
149-
python-version: '3.8'
149+
python-version: '3.9'
150150
- id: os-name
151151
uses: ASzc/change-string-case-action@v5
152152
with:

0 commit comments

Comments
 (0)