fix: bump python version

The MyPy workflow requires the latest minor Python version, or it refuses to run :/
This commit is contained in:
Alexandre Teles 2022-11-22 21:53:10 -03:00 committed by GitHub
parent c1db46b8a4
commit 6ffaa837bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: 3.10.7 python-version: 3.10.8
architecture: x64 architecture: x64
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3