branch: externals/pyim commit a6a667d864f2773f3662ced9cd9578eb9b7a8b42 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@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.