update GitHub workflow Python to 3.12

This commit is contained in:
Daniel Micay 2025-02-14 04:41:17 -05:00
parent e46c8db149
commit d29248fa2a

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- 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: 'pip install --require-hashes --only-binary :all: -r requirements.txt' - run: 'pip install --require-hashes --only-binary :all: -r requirements.txt'
- run: gixy nginx/nginx.conf - run: gixy nginx/nginx.conf