Skip to content

Commit b4cee81

Browse files
authored
Merge pull request #110 from emacs-lsp/feat/drop-27
feat: Drop Emacs 27.x
2 parents bd800ef + 648b9ee commit b4cee81

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/workflows/test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
emacs-version: [27.2, 28.2, 29.4, 30.1]
17+
emacs-version: [28.2, 29.4, 30.1]
1818
experimental: [false]
1919
include:
2020
- os: ubuntu-latest
@@ -26,9 +26,6 @@ jobs:
2626
- os: windows-latest
2727
emacs-version: snapshot
2828
experimental: true
29-
exclude:
30-
- os: macos-latest
31-
emacs-version: 27.2
3229

3330
steps:
3431
- name: setenv

Eask

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
(files "*.el")
88

9-
(source "gnu")
10-
(source "melpa")
9+
(source 'gnu)
10+
(source 'melpa)
1111

12-
(depends-on "emacs" "26.1")
12+
(depends-on "emacs" "28.1")
1313
(depends-on "lsp-mode")
1414
(depends-on "dash")
1515
(depends-on "ht")

lsp-pyright.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
;;; lsp-pyright.el --- Python LSP client using Pyright -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2020 emacs-lsp maintainers
3+
;; Copyright (C) 2020-2025 emacs-lsp maintainers
44

55
;; Author: Arif Rezai, Vincent Zhang, Andrew Christianson
66
;; Version: 0.3.0
7-
;; Package-Requires: ((emacs "26.1") (lsp-mode "7.0") (dash "2.18.0") (ht "2.0"))
7+
;; Package-Requires: ((emacs "28.1") (lsp-mode "7.0") (dash "2.18.0") (ht "2.0"))
88
;; Homepage: https://github.com/emacs-lsp/lsp-pyright
99
;; Keywords: languages, tools, lsp
1010

0 commit comments

Comments
 (0)