From 703dfc0ea555888842510d64f57be2221f7ad375 Mon Sep 17 00:00:00 2001 From: Sung Yun <107272191+syun64@users.noreply.github.com> Date: Fri, 19 Jul 2024 20:49:39 -0400 Subject: [PATCH] uses actions/setup-python@v5 with python 3.8 (#945) --- .github/workflows/python-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 4e27f59ac7..5904008ad5 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -43,7 +43,9 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: | + 3.8 + 3.11 - name: Install poetry run: pip install poetry