From 9886d5144d9bf7e3871272b3dae05d2d2971d41a Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Sat, 11 Oct 2025 22:24:28 -0700 Subject: [PATCH] Update python ci version to 3.14 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a822f646..c31000d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,16 +11,16 @@ permissions: jobs: python-build: - name: Python 3.13 + name: Python 3.14 runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - - name: Set up Python 3.13 + - name: Set up Python 3.14 uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.14' - name: Install dependencies run: | python -m pip install --upgrade pip