From 11e9558a5762adc16251b3abe04d62191b5ae21f Mon Sep 17 00:00:00 2001 From: zll600 <71714656+zll600@users.noreply.github.com> Date: Sat, 17 Jan 2026 17:41:04 +0800 Subject: [PATCH] Use python 3.11 when checking project in CI --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3cc8a99..3d470a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: - python-version: '3.10' + python-version: '3.11' - name: Install dependencies run: | @@ -73,4 +73,4 @@ jobs: TAG: ${{ github.ref_name }} run: | echo "tag is $TAG" - pkgmt release $TAG --production --yes \ No newline at end of file + pkgmt release $TAG --production --yes