From e860aa8d8af7cb4e36331009f6f6cb2293b51a85 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Tue, 11 Nov 2025 12:37:48 -0800 Subject: [PATCH] ci: add testing against Python 3.14 --- .github/workflows/continuous-integration.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c103b4b..6177784 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -110,6 +110,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" pygments-version: - "2.17.0" - "2.18.0" diff --git a/README.md b/README.md index 6f9b98c..fce7860 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Python and Pygments versions tested: | Python 3.11 | ✔ | ✔ | ✔ | | Python 3.12 | ✔ | ✔ | ✔ | | Python 3.13 | ✔ | ✔ | ✔ | +| Python 3.14 | ✔ | ✔ | ✔ | > [!NOTE] > ramsey/pygments will likely work on other versions of Python and Pygments, but