We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c1ddf commit cfd358bCopy full SHA for cfd358b
1 file changed
.github/workflows/translation.yml
@@ -20,7 +20,8 @@ jobs:
20
- name: Set up Python
21
uses: actions/setup-python@v2
22
with:
23
- python-version: 3.9
+ python-version: >-
24
+ 3.10
25
26
- name: Install Python tooling
27
run: python -m pip install --upgrade nox virtualenv
0 commit comments