emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/pyim a6a667d 4/4: Requre emacs version >= 25.1


From: ELPA Syncer
Subject: [elpa] externals/pyim a6a667d 4/4: Requre emacs version >= 25.1
Date: Thu, 23 Dec 2021 03:57:26 -0500 (EST)

branch: externals/pyim
commit a6a667d864f2773f3662ced9cd9578eb9b7a8b42
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    Requre emacs version >= 25.1
    
        * pyim.el: require emacs 25.3.
    
        * .github/workflows/test.yml (jobs): remove emacs 24.5.
---
 .github/workflows/test.yml | 2 +-
 pyim.el                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8926b79..46babbf 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
       fail-fast: false
       matrix:
         emacs_version:
-          - 24.5
+          - 25.1
           - 25.3
           - 26.3
           - 27.2
diff --git a/pyim.el b/pyim.el
index 4ddc7a2..f426e9a 100644
--- a/pyim.el
+++ b/pyim.el
@@ -9,7 +9,7 @@
 ;; URL: https://github.com/tumashu/pyim
 ;; Version: 3.9.7
 ;; Keywords: convenience, Chinese, pinyin, input-method
-;; Package-Requires: ((emacs "24.4") (async "1.6") (xr "1.13"))
+;; Package-Requires: ((emacs "25.1") (async "1.6") (xr "1.13"))
 
 ;; This file is part of GNU Emacs.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]