Browse Source

Update python version to 3.8

pull/377/head
Melissa LeBlanc-Williams 2 months ago
parent
commit
0c47b07c95
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/build.yml

+ 2
- 2
.github/workflows/build.yml View File

@ -18,10 +18,10 @@ jobs:
awk -F '\/' '{ print tolower($2) }' |
tr '_' '-'
)
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.7.x'
python-version: 3.8
- name: Versions
run: |
python3 --version


|||||||
x
 
000:0
Loading…
Cancel
Save