From de0b1ef2da5fcbb5cd95d65732d1ddde20763f0f Mon Sep 17 00:00:00 2001 From: nicolargo Date: Mon, 10 Nov 2025 11:08:37 +0100 Subject: [PATCH] Make unit test with Python 3.14 on Windows and MacOS --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc7da00f..5e57fe8d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,7 @@ jobs: strategy: matrix: # Windows-curses not available for Python 3.14 for the moment - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.14"] steps: - uses: actions/checkout@v5 @@ -100,7 +100,7 @@ jobs: strategy: matrix: # Only test the latest stable version - python-version: ["3.13"] + python-version: ["3.14"] steps: