build(ci): use python 3.14 and node 24

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang
2025-12-23 12:58:36 +05:30
parent e98d8bf638
commit 352c585208
6 changed files with 19 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.14"
- name: Run script to update POT file
run: |