From 30a6773ff147639e9b9f6f0054f1223a693cb7a8 Mon Sep 17 00:00:00 2001 From: Chenrui Shao Date: Wed, 20 May 2026 18:18:34 -0700 Subject: [PATCH] Updated CI/CD script to specify usage of python 3.11 for release to avoid SafeConfigParser depreciation issue, to master branch instead of dev. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57137ae..21628e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.x" + python-version: "3.11" - name: Install pypa/build run: >- python3 -m