From 50fcb515778bffa6adda5f5cf85c986fb9104606 Mon Sep 17 00:00:00 2001 From: Anael Mobilia Date: Mon, 19 Jan 2026 20:40:01 +0100 Subject: [PATCH] Update supported Python versions in docs + readme (#652) * Update README.md * Update index.md * Update python-tests.yml --- .github/workflows/python-tests.yml | 2 +- README.md | 2 +- docs/source/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 4c7c69c..97ffc07 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v5 diff --git a/README.md b/README.md index 3abb3b6..4f4921e 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,4 @@ for RHEL or Debian. | 3.11 | ✅ | Actively maintained; supported until June 2028 (Debian 12) | | 3.12 | ✅ | Actively maintained; supported until May 2035 (RHEL 10) | | 3.13 | ✅ | Actively maintained; supported until June 2030 (Debian 13) | -| 3.14 | ❌ | Not currently supported due to [this imapclient bug](https://github.com/mjs/imapclient/issues/618)| +| 3.14 | ✅ | Actively maintained | diff --git a/docs/source/index.md b/docs/source/index.md index f5196fe..a0c213e 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -61,7 +61,7 @@ for RHEL or Debian. | 3.11 | ✅ | Actively maintained; supported until June 2028 (Debian 12) | | 3.12 | ✅ | Actively maintained; supported until May 2035 (RHEL 10) | | 3.13 | ✅ | Actively maintained; supported until June 2030 (Debian 13) | -| 3.14 | ❌ | Not currently supported due to [this imapclient bug](https://github.com/mjs/imapclient/issues/618)| +| 3.14 | ✅ | Actively maintained | ```{toctree} :caption: 'Contents'