Skip to content

Commit 2b544ba

Browse files
committed
feat: Drop support for Emacs 26.x
1 parent 17a8ffc commit 2b544ba

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/workflows/test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
2222
emacs-version:
23-
- 26.3
2423
- 27.2
2524
- 28.2
2625
- 29.4
@@ -37,8 +36,6 @@ jobs:
3736
emacs-version: snapshot
3837
experimental: true
3938
exclude:
40-
- os: macos-latest
41-
emacs-version: 26.3
4239
- os: macos-latest
4340
emacs-version: 27.2
4441

Eask

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
(source 'gnu)
1313
(source 'melpa)
1414

15-
(depends-on "emacs" "24.1")
16-
(depends-on "flycheck" "28")
17-
(depends-on "dash" "2.13.0")
18-
(depends-on "seq" "2.3")
19-
(depends-on "let-alist" "1.0.4")
15+
(depends-on "emacs" "27.1")
16+
(depends-on "flycheck")
17+
(depends-on "dash")
18+
(depends-on "seq")
19+
(depends-on "let-alist")
2020

2121
(development
2222
(depends-on "buttercup") ; BDD test framework for Emacs

flycheck-rust.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
;; URL: https://github.com/flycheck/flycheck-rust
99
;; Keywords: tools, convenience
1010
;; Version: 1.1
11-
;; Package-Requires: ((emacs "24.1") (flycheck "28") (dash "2.13.0") (seq "2.3") (let-alist "1.0.4"))
11+
;; Package-Requires: ((emacs "27.1") (flycheck "28") (dash "2.13.0") (seq "2.3") (let-alist "1.0.4"))
1212

1313
;; This file is not part of GNU Emacs.
1414

0 commit comments

Comments
 (0)