Use Python 3.10 to fix macOS CI

This commit is contained in:
Kelson 2022-01-27 20:06:07 +01:00 committed by Emmanuel Engelhart
parent 89e3a57a05
commit 6d14639f77
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Setup python 3.5
uses: actions/setup-python@v1
- name: Setup python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.5'
python-version: '3.10'
- name: Install packages
run: |
brew update