Skip to content

Commit

Permalink
Bump minimum Emacs ver to 27.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 2, 2024
1 parent 68c556f commit dd0e5ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(source "gnu")
(source "melpa")

(depends-on "emacs" "26.1")
(depends-on "emacs" "27.1")
(depends-on "lsp-mode")
(depends-on "dash")
(depends-on "ht")
Expand Down
2 changes: 1 addition & 1 deletion lsp-pylyzer.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Vincent Zhang
;; Version: 0.1.0
;; Package-Requires: ((emacs "26.1") (lsp-mode "7.0") (dash "2.18.0") (ht "2.0"))
;; Package-Requires: ((emacs "27.1") (lsp-mode "7.0") (dash "2.18.0") (ht "2.0"))
;; Homepage: https://github.com/seagle0128/lsp-pylyzer
;; Keywords: languages, tools, lsp

Expand Down

0 comments on commit dd0e5ef

Please sign in to comment.