discussion and development of Emacs Snakemake mode
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: snakemake-mode@inbox.kyleam.com
Subject: [PATCH] Increase minimum required Emacs version to 26.1
Date: Mon, 21 Feb 2022 23:32:13 -0500	[thread overview]
Message-ID: <20220222043213.218747-1-kyle@kyleam.com> (raw)

26.1 was released in 2018 and is in the current Debian oldstable
(Buster).  I'm unlikely to build an older Emacs version than that in
order to investigate and work around any incompatibilities that are
reported, so mark it as the minimum.
---
 .github/workflows/test.yml | 2 +-
 NEWS                       | 2 ++
 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:
diff --git a/NEWS b/NEWS
index 64db66f..22b05e8 100644
--- a/NEWS
+++ b/NEWS
@@ -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

base-commit: e76889ffdff100409fb7ac8a31e6814643658a3e
-- 
2.34.0


                 reply	other threads:[~2022-02-22  4:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://git.kyleam.com/snakemake-mode

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220222043213.218747-1-kyle@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=snakemake-mode@inbox.kyleam.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.kyleam.com/snakemake-mode/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).