emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/julia-mode 26a1c2bfa9 20/22: require Emacs 26


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 26a1c2bfa9 20/22: require Emacs 26
Date: Thu, 4 May 2023 11:00:53 -0400 (EDT)

branch: elpa/julia-mode
commit 26a1c2bfa9abb69ead178d1b37ef7a9c23f752ce
Author: Tamás K. Papp <tkpapp@gmail.com>
Commit: Tamás K. Papp <tkpapp@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]