Mypy should also use Python 3.8

This commit is contained in:
Selwin Ong 2024-10-28 22:44:09 +07:00
parent e7c5fe2176
commit 03a08e1c79
1 changed files with 2 additions and 2 deletions

View File

@ -75,10 +75,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v5.3.0
with:
python-version: "3.7"
python-version: "3.8"
- name: Install dependencies
run: |