use Python 3.10 for CI

This commit is contained in:
Daniel Micay 2021-12-14 18:34:10 -05:00
parent b10eaf2840
commit 44b1d77d55

View File

@ -15,11 +15,11 @@ jobs:
submodules: true submodules: true
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
cache: 'npm' cache: npm
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.9' python-version: '3.10'
cache: 'pip' cache: pip
- name: Cache validator - name: Cache validator
id: validator-cache id: validator-cache