Try python3.8

This commit is contained in:
Fred Boniface
2024-10-31 20:14:26 +00:00
parent 563a606738
commit f1fe35dd43

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.5' python-version: '3.8'
- name: Install dependencies - name: Install dependencies
run: | run: |