Skip to content

Commit

Permalink
drop support Emacs 25, 26.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Dec 12, 2024
1 parent 0a5856f commit c8f342d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
fail-fast: false
matrix:
emacs_version:
- 25.1
- 25.2
- 25.3
- 26.1
- 26.2
- 26.3
- 27.1
- 27.2
- 28.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It is recommended that you use this minor mode with [julia-mode](https://github.

## Installation and loading

**Please make sure you have at least Emacs 25**. The `term` code changed a bit since Emacs 24, and the package does not support that and earlier versions. For example, Ubuntu has had Emacs 25 since 18.04LTS.
**Please make sure you have at least Emacs 27.1**, as the package does not support earlier versions.

Place this in your **Emacs initialization files** (eg `.emacs`):
```emacs-lisp
Expand Down
2 changes: 1 addition & 1 deletion julia-repl.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Author: Tamas Papp <tkpapp@gmail.com>
;; Keywords: languages
;; Version: 1.5.0
;; Package-Requires: ((emacs "25.1")(s "1.12"))
;; Package-Requires: ((emacs "27.1")(s "1.12"))
;; URL: https://github.com/tpapp/julia-repl

;;; Usage:
Expand Down

0 comments on commit c8f342d

Please sign in to comment.