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