python version 3.11

This commit is contained in:
edoapra 2022-12-07 17:57:57 -08:00
parent b35cf006a5
commit 0f4d6112e3
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
check-latest: true
- run: pip install --upgrade pip wheel
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear