From 0009a08a7d46ea8b35d613223c31444a5d63bc9b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 9 Oct 2025 07:39:43 +0300 Subject: [PATCH] CI: add Python 3.14 --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1454e0e99..e2627aedd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,17 +25,18 @@ jobs: - '3.11' - '3.12' - '3.13' + - '3.14' os: - ubuntu-latest include: - os: macos-latest python: '3.9' - os: macos-latest - python: '3.13' + python: '3.14' - os: windows-latest python: '3.9' - os: windows-latest - python: '3.13' + python: '3.14' steps: - name: Clone repository