branch: elpa/consult-flycheck
commit 9b40f136c017fadf6239d7602d16bf73b4ad5198
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Drop Emacs 26 support
Emacs 28.1 has been released. Emacs 27.1 is widely available, even on Debian
stable. The recommended completion systems Vertico and Mct require Emacs 27
and
newer. In the future we can use the compat.el library to ensure backward
compatibility while still having access to newly introduced Emacs APIs.
However
we will still have to work around bugs, which affect this package. By
dropping
support for Emacs 26 maintainance is simplified a little bit since most of
my
packages already require Emacs 27.1. Emacs 27.1 support will probably be
kept
for longer, e.g., until the release of Emacs 30.
---
consult-flycheck.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consult-flycheck.el b/consult-flycheck.el
index 5ff5a81766..dc97dd8b0d 100644
--- a/consult-flycheck.el
+++ b/consult-flycheck.el
@@ -5,7 +5,7 @@
;; Created: 2020
;; License: GPL-3.0-or-later
;; Version: 0.8
-;; Package-Requires: ((consult "0.8") (flycheck "31") (emacs "26.1"))
+;; Package-Requires: ((consult "0.16") (flycheck "31") (emacs "27.1"))
;; Homepage: https://github.com/minad/consult
;; This file is not part of GNU Emacs.