branch: elpa/annotate
commit b485ce509e84e3bb5fd489f597a154f99f2748db
Author: JenChieh <jcs090...@gmail.com>
Commit: JenChieh <jcs090...@gmail.com>

    fix: diff-buffers added after 27.1
---
 .github/workflows/test.yml | 3 ---
 Eask                       | 2 +-
 annotate.el                | 2 +-
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 799d9fd580..0ddd3f92e0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,7 +20,6 @@ jobs:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
         emacs-version:
-          - 26.3
           - 27.2
           - 28.2
           - 29.4
@@ -37,8 +36,6 @@ jobs:
           emacs-version: snapshot
           experimental: true
         exclude:
-          - os: macos-latest
-            emacs-version: 26.3
           - os: macos-latest
             emacs-version: 27.2
 
diff --git a/Eask b/Eask
index 4ad97d052e..0d9af6586c 100644
--- a/Eask
+++ b/Eask
@@ -12,7 +12,7 @@
 
 (source 'gnu)
 
-(depends-on "emacs" "26.1")
+(depends-on "emacs" "27.1")
 
 (add-hook 'eask-before-compile-hook
            (lambda ()
diff --git a/annotate.el b/annotate.el
index 76110aea29..be99622935 100644
--- a/annotate.el
+++ b/annotate.el
@@ -8,7 +8,7 @@
 ;; URL: https://github.com/bastibe/annotate.el
 ;; Created: 2015-06-10
 ;; Version: 2.4.1
-;; Package-Requires: ((emacs "26.1"))
+;; Package-Requires: ((emacs "27.1"))
 
 ;; This file is NOT part of GNU Emacs.
 

Reply via email to