branch: elpa/julia-mode
commit 26a1c2bfa9abb69ead178d1b37ef7a9c23f752ce
Author: Tamás K. Papp <[email protected]>
Commit: Tamás K. Papp <[email protected]>

    require Emacs 26
---
 .github/workflows/CI.yml | 3 ---
 julia-mode.el            | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 9d87f87bfc..75a25af274 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -17,9 +17,6 @@ jobs:
       fail-fast: false
       matrix:
         emacs_version:
-          - 25.1
-          - 25.2
-          - 25.3
           - 26.1
           - 26.2
           - 26.3
diff --git a/julia-mode.el b/julia-mode.el
index ae745c9caa..cc8134356f 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -4,7 +4,7 @@
 ;; URL: https://github.com/JuliaEditorSupport/julia-emacs
 ;; Version: 0.4
 ;; Keywords: languages
-;; Package-Requires: ((emacs "24.3"))
+;; Package-Requires: ((emacs "26.1"))
 
 ;;; Usage:
 ;; Put the following code in your .emacs, site-load.el, or other relevant file

Reply via email to