File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 14
14
fail-fast : false
15
15
matrix :
16
16
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]
18
18
experimental : [false]
19
19
include :
20
20
- os : ubuntu-latest
26
26
- os : windows-latest
27
27
emacs-version : snapshot
28
28
experimental : true
29
- exclude :
30
- - os : macos-latest
31
- emacs-version : 27.2
32
29
33
30
steps :
34
31
- name : setenv
Original file line number Diff line number Diff line change 6
6
7
7
(files "*.el")
8
8
9
- (source " gnu" )
10
- (source " melpa" )
9
+ (source ' gnu)
10
+ (source ' melpa)
11
11
12
- (depends-on "emacs" "26 .1")
12
+ (depends-on "emacs" "28 .1")
13
13
(depends-on "lsp-mode")
14
14
(depends-on "dash")
15
15
(depends-on "ht")
Original file line number Diff line number Diff line change 1
1
; ;; lsp-pyright.el --- Python LSP client using Pyright -*- lexical-binding : t ; -*-
2
2
3
- ; ; Copyright (C) 2020 emacs-lsp maintainers
3
+ ; ; Copyright (C) 2020-2025 emacs-lsp maintainers
4
4
5
5
; ; Author: Arif Rezai, Vincent Zhang, Andrew Christianson
6
6
; ; 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"))
8
8
; ; Homepage: https://github.com/emacs-lsp/lsp-pyright
9
9
; ; Keywords: languages, tools, lsp
10
10
You can’t perform that action at this time.
0 commit comments