From 498e1661b89706a33e3a284d70a1754c430d53e0 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 3 Jul 2024 08:01:57 -0400 Subject: [PATCH] build: Run regular requirement updates with 3.11 We've already moved onto 3.11 for this repo so run the regular requiremnet update PRs with Python 3.11 --- .github/workflows/upgrade-python-requirements.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index ed6caf7590fb..f9579cd5a2ba 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -19,6 +19,7 @@ jobs: team_reviewers: "arbi-bom" email_address: arbi-bom@edx.org send_success_notification: false + python_version: "3.11" secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}