Skip to content

Commit 9de0d03

Browse files
committed
Drop support for Emacs 27
Transient no longer supports Emacs 27, which is the primary reason for this change.
1 parent 0a3a321 commit 9de0d03

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
# Test all Emacs versions on Ubuntu.
2525
os: [ubuntu-latest]
2626
# TODO: reenable snapshot once this is fixed https://app.circleci.com/pipelines/github/clojure-emacs/cider/2931/workflows/b7284759-c6d1-44dd-bbfc-e71709e3f62f/jobs/17699
27-
# emacs_version: ['27.2', '28.2', '29.3', '30.1', 'snapshot']
28-
emacs_version: ['27.2', '28.2', '29.3', '30.1']
27+
# emacs_version: ['28.2', '29.3', '30.1', 'snapshot']
28+
emacs_version: ['28.2', '29.3', '30.1']
2929
java_version: ['21']
3030
include:
3131
# For other OSes, test only the latest stable Emacs version.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changes
66

77
- [#3854](https://github.com/clojure-emacs/cider/pull/3854): Use buttons for items in `cider-ns-browser` to allow clicking and evil's `RET` to navigate.
8+
- Drop support for Emacs 27.
89

910
### Bugs fixed
1011

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
;;
1717
;; Version: 1.21.0-snapshot
1818
;; Package-Requires: (
19-
;; (emacs "27")
19+
;; (emacs "28")
2020
;; (clojure-mode "5.19")
2121
;; (parseedn "1.2.1")
2222
;; (queue "0.2")

doc/modules/ROOT/pages/about/compatibility.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
== Emacs
44

5-
CIDER supports Emacs 27.1+. More generally we try to support the last 3 major Emacs releases
5+
CIDER supports Emacs 28.1+. More generally we try to support the last 3 major Emacs releases
66
when that's feasible and doesn't add a lot of maintenance overhead.
77

88
NOTE: We pay special attention to supporting whatever Emacs is bundled with the current stable Debian
@@ -103,6 +103,13 @@ Below you can find the official compatibility matrix for CIDER.
103103
| 8
104104
| 1.10
105105

106+
| 1.21
107+
| 28.1
108+
| 1.0
109+
| 0.58
110+
| 8
111+
| 1.10
112+
106113
|===
107114

108115
TIP: You can also check the requirements of a particular CIDER version by inspecting

doc/modules/ROOT/pages/basics/installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ release. If you're new to Emacs you might want to go through
1414
https://www.gnu.org/software/emacs/tour/index.html[the guided tour of Emacs]
1515
and the built-in tutorial (just press kbd:[C-h t]).
1616

17-
CIDER officially supports Emacs 27.1+, Java 8+, and Clojure(Script) 1.10+. If
17+
CIDER officially supports Emacs 28.1+, Java 8+, and Clojure(Script) 1.10+. If
1818
you need to work with earlier versions, check
1919
xref:about/compatibility.adoc#compatibility-matrix[compatibility matrix].
2020

0 commit comments

Comments
 (0)