From da39a9b5f730fcec8c127fea50d6a88fa0a4282f Mon Sep 17 00:00:00 2001 From: Kimmo Huoman Date: Tue, 7 Oct 2025 20:50:05 +0300 Subject: [PATCH] Update python-test.yml to include Python 3.14 --- .github/workflows/python-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 0079fa8..ea51577 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -20,6 +20,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" - "pypy-3.9" - "pypy-3.10"