Update GitHub Actions to Python 3.10.

This commit is contained in:
Don Cross
2024-05-29 14:18:05 -04:00
parent 8b326f7f8b
commit eacf6fdca7

View File

@@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.10
- name: Install Python tools
run: python -m pip install --upgrade pip && pip install mypy
- name: Install documentation tools Linux