Try another Python version

This commit is contained in:
Fred Boniface
2024-10-31 20:11:16 +00:00
parent 3b6a4279c1
commit 563a606738

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.13' python-version: '3.5'
- name: Install dependencies - name: Install dependencies
run: | run: |