Update python version to 3.8

This commit is contained in:
Melissa LeBlanc-Williams 2025-01-15 12:53:22 -08:00
parent 95b773e52a
commit 0c47b07c95

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