branch: elpa/annotate commit 0fc41a09208cda71e309fcc4546537df44658d76 Author: JenChieh <jcs090...@gmail.com> Commit: JenChieh <jcs090...@gmail.com>
fix: Set minimum version to 30.1 --- .github/workflows/test.yml | 4 ---- Eask | 2 ++ annotate.el | 1 + 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 799d9fd580..b4fd19f9f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,10 +20,6 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] emacs-version: - - 26.3 - - 27.2 - - 28.2 - - 29.4 - 30.1 experimental: [false] include: diff --git a/Eask b/Eask index 0097500f5c..f47f88062c 100644 --- a/Eask +++ b/Eask @@ -12,6 +12,8 @@ (source 'gnu) +(depends-on "emacs" "30.1") + (add-hook 'eask-before-compile-hook (lambda () (setq byte-compile-error-on-warn t))) diff --git a/annotate.el b/annotate.el index 5473513c0c..c16d3ce27e 100644 --- a/annotate.el +++ b/annotate.el @@ -8,6 +8,7 @@ ;; URL: https://github.com/bastibe/annotate.el ;; Created: 2015-06-10 ;; Version: 2.4.1 +;; Package-Requires: ((emacs "30.1")) ;; This file is NOT part of GNU Emacs.