File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- PYTHON_VERSION : ['3.8 ']
20
+ PYTHON_VERSION : ['3.9 ']
21
21
timeout-minutes : 10
22
22
steps :
23
23
- uses : actions/cache@v1
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- PYTHON_VERSION : ['3.10 ', '3.9 ', '3.8 ']
27
+ PYTHON_VERSION : ['3.11 ', '3.10 ', '3.9 ']
28
28
timeout-minutes : 10
29
29
steps :
30
30
- uses : actions/cache@v4
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- PYTHON_VERSION : ['3.10 ', '3.9 ', '3.8 ']
27
+ PYTHON_VERSION : ['3.11 ', '3.10 ', '3.9 ']
28
28
timeout-minutes : 10
29
29
steps :
30
30
- uses : actions/cache@v4
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- PYTHON_VERSION : ['3.10 ', '3.9 ', '3.8 ']
27
+ PYTHON_VERSION : ['3.11 ', '3.10 ', '3.9 ']
28
28
timeout-minutes : 10
29
29
steps :
30
30
- uses : actions/cache@v4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors = [{name = "Python Language Server Contributors"}]
11
11
description = " Python Language Server for the Language Server Protocol"
12
12
readme = " README.md"
13
13
license = {text = " MIT" }
14
- requires-python = " >=3.8 "
14
+ requires-python = " >=3.0 "
15
15
dependencies = [
16
16
" docstring-to-markdown" ,
17
17
" importlib_metadata>=4.8.3;python_version<\" 3.10\" " ,
@@ -120,8 +120,8 @@ exclude = [
120
120
line-length = 88
121
121
indent-width = 4
122
122
123
- # Assume Python 3.8
124
- target-version = " py38 "
123
+ # Assume Python 3.9
124
+ target-version = " py39 "
125
125
126
126
[tool .ruff .lint ]
127
127
# https://docs.astral.sh/ruff/rules/
You can’t perform that action at this time.
0 commit comments