branch: elpa/tuareg commit 53bceb867e9ecb11256c27281b6f79471170747c Author: Christophe Troestler <christophe.troest...@umons.ac.be> Commit: Christophe Troestler <christophe.troest...@umons.ac.be>
Only support Emacs ≥ 26.3 Fixes https://github.com/ocaml/tuareg/issues/295 --- .github/workflows/test.yml | 2 -- tuareg.el | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0445f7c874..6cc0e5a7a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,8 +18,6 @@ jobs: strategy: matrix: emacs_version: - - "24.4" - - "25.3" - "26.3" - "27.2" - "28.1" diff --git a/tuareg.el b/tuareg.el index 001ec6ce33..e4b71ad189 100644 --- a/tuareg.el +++ b/tuareg.el @@ -14,7 +14,7 @@ ;; Stefan Monnier <monn...@iro.umontreal.ca> ;; Created: 8 Jan 1997 ;; Version: 3.0.0-snapshot -;; Package-Requires: ((emacs "24.4") (caml "4.8")) +;; Package-Requires: ((emacs "26.3") (caml "4.8")) ;; Keywords: ocaml languages ;; Homepage: https://github.com/ocaml/tuareg ;; EmacsWiki: TuaregMode