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
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
cache: pip
- run: sudo apt-get update