From 6dc80bde8aef16c06e79c697dbe05036be474530 Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Fri, 28 Nov 2025 22:06:45 +0000 Subject: [PATCH] Add Python version 3.14 to CI workflow --- .github/workflows/python-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 9c2ac01e..8b380019 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -23,6 +23,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" steps: - uses: actions/checkout@v5