Skip to content

Commit

Permalink
build: use Python 3.8 for upgrading Python requirements
Browse files Browse the repository at this point in the history
Using newer versions does not carry over the constraints for lower versions.
  • Loading branch information
Agrendalath committed Sep 9, 2024
1 parent 9c1d5c6 commit 7d84f74
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 @@ -17,6 +17,8 @@ jobs:
if: github.repository_owner == 'openedx'
with:
branch: ${{ github.event.inputs.branch || 'master' }}
# TODO: Remove this when dropping Python 3.8 support.
python_version: 3.8
# optional parameters below; fill in if you'd like github or email notifications
# user_reviewers: ""
# team_reviewers: ""
Expand Down

0 comments on commit 7d84f74

Please sign in to comment.