ci: upgraded python version for pot file generation

This commit is contained in:
Jannat Patel
2026-01-05 19:55:32 +05:30
parent a3069bd760
commit f88dd84ed3
4 changed files with 6 additions and 6 deletions

View File

@@ -22,9 +22,9 @@ jobs:
ref: ${{ matrix.branch }}
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"
- name: Run script to update POT file
run: |