use Python 3.11 for CI

This commit is contained in:
Daniel Micay 2023-06-10 21:17:44 -04:00
parent 6a4a3b6f45
commit b5ac1e9631

View File

@ -13,7 +13,7 @@ jobs:
cache: npm cache: npm
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.11'
cache: pip cache: pip
- run: sudo apt-get update - run: sudo apt-get update