update python version

This commit is contained in:
edoapra 2024-05-31 11:48:47 -07:00
parent c2edbb760a
commit af4d326d72
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10.13'
python-version: '3.12.3'
- run: pip install --upgrade pip wheel
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety