Skip to content

Commit

Permalink
fix: edx-platform django-mptt python 3.8 compatibility
Browse files Browse the repository at this point in the history
Bump to python 3.9, which later needs another bump to 3.11
  • Loading branch information
OmarIthawi committed Jun 13, 2024
1 parent 4a5309e commit f5910ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
uses: actions/setup-python@v4
id: setup_python
with:
python-version: '3.8'
python-version: '3.9'
cache: pip
# The `edx-platf*rm` wildcard will be expanded to `edx-platform` if its requirement file exists,
# otherwise it will be omitted
Expand All @@ -245,8 +245,6 @@ jobs:
run: |
cd translations/${{ matrix.repo }}
make extract_translations
env:
IS_OPENEDX_TRANSLATIONS_WORKFLOW: yes
# Validate compilation of translation source files
- name: validate compilation of translation source files
Expand Down Expand Up @@ -423,7 +421,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.9'

# Installs Python requirements from translations.txt
- name: install requirements
Expand Down

0 comments on commit f5910ec

Please sign in to comment.