From 1cc46a244d76027687136b3db0da1f5535d1352c Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Sat, 30 Nov 2024 19:19:05 +0800 Subject: [PATCH] feat: Drop Emacs 27.x support --- .github/workflows/test.yml | 4 ---- Eask | 2 +- sideline-flycheck.el | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f489ab..f8eeea8 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: - - 27.2 - 28.2 - 29.4 experimental: [false] @@ -34,9 +33,6 @@ jobs: - os: windows-latest emacs-version: snapshot experimental: true - exclude: - - os: macos-latest - emacs-version: 27.2 steps: - uses: actions/checkout@v4 diff --git a/Eask b/Eask index 495c204..242fe53 100644 --- a/Eask +++ b/Eask @@ -16,7 +16,7 @@ (source-priority "melpa" 5) (source-priority "jcs-elpa" 10) -(depends-on "emacs" "27.1") +(depends-on "emacs" "28.1") (depends-on "sideline") (depends-on "flycheck") (depends-on "ht") diff --git a/sideline-flycheck.el b/sideline-flycheck.el index 207949b..9a1b7a3 100644 --- a/sideline-flycheck.el +++ b/sideline-flycheck.el @@ -6,7 +6,7 @@ ;; Author: Shen, Jen-Chieh ;; URL: https://github.com/emacs-sideline/sideline-flycheck ;; Version: 0.1.0 -;; Package-Requires: ((emacs "27.1") (sideline "0.1.1") (flycheck "0.14") (ht "2.4")) +;; Package-Requires: ((emacs "28.1") (sideline "0.1.1") (flycheck "0.14") (ht "2.4")) ;; Keywords: convenience flycheck ;; This file is NOT part of GNU Emacs.