From d9d7ee2ac5f000d49acc231a1d326a078770bf70 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Sun, 7 Dec 2025 00:51:00 -0700 Subject: [PATCH] ci: Add Python 3.14 to CI * Set Python 3.14 as the newest version of Python to test against. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12a3d74..44fe35a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: python-version: - '3.10' - - '3.13' + - '3.14' name: Check Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v6 @@ -56,7 +56,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v6 with: - python-version: '3.10' + python-version: '3.14' - name: Build wheel and SDist run: pipx run build