Skip to content

Commit

Permalink
Bump minimum Emacs version to 29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wesnel committed Nov 6, 2023
1 parent a0cabfb commit 03ac01a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
- macos-latest
- windows-latest
emacs-version:
- 28.1
- 28.2
- 29.1
steps:
- uses: jcs090218/setup-emacs@master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ URL in your echo area.

## Requirements

- Emacs version 28.1 or newer
- Emacs version 29.1 or newer

## Currently-Supported VC Backends

Expand Down
4 changes: 2 additions & 2 deletions elsewhere-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
;; Maintainer: Wesley Nelson <wgn@wesnel.dev>
;; Created: 23 Jul 2023

;; Version: 1.0.0
;; Package-Requires: ((emacs "28.1") (elsewhere "1.0.0"))
;; Version: 1.1.0
;; Package-Requires: ((emacs "29.1") (elsewhere "1.0.0"))

;; Keywords: convenience

Expand Down
2 changes: 1 addition & 1 deletion elsewhere.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Created: 24 Jul 2023

;; Version: 1.0.0
;; Package-Requires: ((emacs "28.1"))
;; Package-Requires: ((emacs "29.1"))

;; Keywords: convenience

Expand Down

0 comments on commit 03ac01a

Please sign in to comment.