update GitHub workflow Python to 3.12

This commit is contained in:
Daniel Micay 2025-02-14 04:37:10 -05:00
parent 4539524ffe
commit bd19f71caa

View File

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