From b7aec5a838864315dba0f300b80e860b18c99bd8 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 11 Dec 2025 16:31:20 +0200 Subject: [PATCH] Lint codebase with Python 3.14 --- .github/workflows/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index faf878c4..ef3b6d4b 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.11", "3.12", "3.13"] + python-version: ["3.11", "3.12", "3.13", "3.14"] runs-on: ${{ matrix.os }}