From 9a83011855b456b8b5ef03b4eb2ad1e9b479a1bb Mon Sep 17 00:00:00 2001 From: Jillian Vogel Date: Thu, 20 Jun 2024 14:18:57 +0930 Subject: [PATCH] temp: use python 3.8 when upgrading requirements until we're ready to upgrade to 3.11 or 3.12 cf https://github.com/openedx/.github/pull/131 --- .github/workflows/upgrade-python-requirements.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index b42da95..f65dbfa 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -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: "" @@ -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 +