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
uses: actions/setup-python@v4
with:
python-version: '3.5'
python-version: '3.8'
- name: Install dependencies
run: |