branch: externals/plz commit 5a9706c1c4fbe3d5312820d94ecf63290b1e88ab Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Meta: Require Emacs 27.1 or later It's not practical to automatically test with Emacs 26.3 anymore (at least, not with the CI setup I have). plz might still work with it, or it might with minor changes, but I can't offer support for Emacs 26.3 anymore. Users of that version should probably use an earlier release of plz. --- README.org | 4 +++- plz.el | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 0a899f0977..b313110d27 100644 --- a/README.org +++ b/README.org @@ -190,7 +190,9 @@ You may also clear a queue with ~plz-clear~, which cancels any active or queued ** 0.9-pre -Nothing new yet. +*Compatibility* + ++ The minimum supported Emacs version is now 27.1. (It is no longer practical to test ~plz~ with Emacs versions older than 27.1. For Emacs 26.3, an earlier version of ~plz~ may be used, or this version might be compatible, with or without minor changes, which the maintainer cannot offer support for.) ** 0.8 diff --git a/plz.el b/plz.el index 3d26cff99f..f75168c935 100644 --- a/plz.el +++ b/plz.el @@ -6,7 +6,7 @@ ;; Maintainer: Adam Porter <a...@alphapapa.net> ;; URL: https://github.com/alphapapa/plz.el ;; Version: 0.9-pre -;; Package-Requires: ((emacs "26.3")) +;; Package-Requires: ((emacs "27.1")) ;; Keywords: comm, network, http ;; This file is part of GNU Emacs.