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