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'