From 74fb7ff27936151c7e9540dd2ddd6f7f65b572fd Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 27 Apr 2026 14:18:17 +0200 Subject: [PATCH] Enable tests for 3.14 in CI, fixes #2070 --- .github/workflows/ci.yml | 4 ++-- setup.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39044aa1..32a5462f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ jobs: strategy: matrix: os: [ubuntu-24.04, windows-2022] - python-version: ["3.13", "3.12", "3.11", "3.10"] - environment: ['3.13', '3.12', '3.11', '3.10', 'interpreter'] + python-version: ["3.14", "3.13", "3.12", "3.11", "3.10"] + environment: ['3.14', '3.13', '3.12', '3.11', '3.10', 'interpreter'] steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/setup.py b/setup.py index 4e772d48..c2ea2f88 100755 --- a/setup.py +++ b/setup.py @@ -99,6 +99,7 @@ setup(name='jedi', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Editors :: Integrated Development Environments (IDE)', 'Topic :: Utilities',