workflow: use Python 3.8 to ensure compatibility with googletrans 3.1.0a0

This commit is contained in:
2025-02-14 22:39:56 +01:00
parent 48ec25e2e4
commit 6bc2f1b7f9

View File

@@ -26,7 +26,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: 3.x
python-version: 3.8
- name: Install translate dependencies
run: |