Skip to content

Commit

Permalink
temp: use python 3.8 when upgrading requirements
Browse files Browse the repository at this point in the history
until we're ready to upgrade to 3.11 or 3.12

cf openedx/.github#131
  • Loading branch information
pomegranited committed Jun 20, 2024
1 parent d7ba986 commit 9a83011
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
call-upgrade-python-requirements-workflow:
with:
branch: ${{ github.event.inputs.branch }}
python_version: "3.8"
# optional parameters below; fill in if you'd like github or email notifications
# user_reviewers: ""
# team_reviewers: ""
Expand All @@ -22,3 +23,4 @@ jobs:
edx_smtp_username: ${{ secrets.EDX_SMTP_USERNAME }}
edx_smtp_password: ${{ secrets.EDX_SMTP_PASSWORD }}
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master

0 comments on commit 9a83011

Please sign in to comment.