diff options
-rw-r--r-- | .github/workflows/test.yml | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | snakemake-mode.el | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6d0ef2..17e4f0b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: emacs_version: - - 25.3 + - 26.1 - 27.2 - snapshot steps: @@ -2,6 +2,8 @@ NEWS -- history of user-visible changes -*- mode: org; -*- * master (unreleased) +- Support for Emacs versions older than 26.1 has been dropped. + - The Magit Popup command ~snakemake-popup~ has been rewritten as a transient, ~snakemake~. snakemake.el now depends on Transient rather than Magit Popup. diff --git a/snakemake-mode.el b/snakemake-mode.el index 58d70bf..29b2544 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -6,7 +6,7 @@ ;; URL: https://git.kyleam.com/snakemake-mode/about ;; Keywords: tools ;; Version: 1.8.0 -;; Package-Requires: ((emacs "24.5") (transient "0.3.0")) +;; Package-Requires: ((emacs "26.1") (transient "0.3.0")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by |