branch: externals/url-scgi commit 16611431bceb6a046ca19719ae97c6ba19780451 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
Re-add support for Emacs 24.3 --- .github/workflows/test.yml | 4 ++++ url-scgi.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a09e4ea018..7aa57da1db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,11 @@ jobs: strategy: matrix: emacs_version: + - 24.3 + - 24.4 + - 24.5 - 25.1 + - 25.2 - 25.3 - 26.1 - 26.2 diff --git a/url-scgi.el b/url-scgi.el index b4ae3c4d91..510495a9e4 100644 --- a/url-scgi.el +++ b/url-scgi.el @@ -5,7 +5,7 @@ ;; Author: Stefan Kangas <stefankan...@gmail.com> ;; Version: 0.8 ;; Keywords: comm, data, processes, scgi -;; Package-Requires: ((emacs "25.1")) +;; Package-Requires: ((emacs "24.3")) ;; URL: https://github.com/skangas/url-scgi/ ;; SPDX-License-Identifier: GPL-3.0-or-later