From e521b5354cb7b7dc8928aefa44a042f9f51552b3 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:28:22 +0300 Subject: [PATCH] Test Python 3.14 and 3.14t --- .github/workflows/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2bb131c..da9bc41 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,8 @@ jobs: - "3.12" - "3.13" - "3.13t" + - "3.14" + - "3.14t" sphinx-version: - "6" - "7" @@ -56,6 +58,12 @@ jobs: - python: "3.13" sphinx-version: "8" os: "macos-latest" + - python: "3.14" + sphinx-version: "8" + os: "windows-latest" + - python: "3.14" + sphinx-version: "8" + os: "macos-latest" steps: - uses: actions/checkout@v4 @@ -65,6 +73,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} + allow-prereleases: true - name: Check Python version run: python --version --version - name: Export UV_PYTHON