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 1717 strategy :
1818 fail-fast : false
1919 matrix :
20- PYTHON_VERSION : ['3.8 ']
20+ PYTHON_VERSION : ['3.9 ']
2121 timeout-minutes : 10
2222 steps :
2323 - uses : actions/cache@v1
Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : false
2626 matrix :
27- PYTHON_VERSION : ['3.10 ', '3.9 ', '3.8 ']
27+ PYTHON_VERSION : ['3.11 ', '3.10 ', '3.9 ']
2828 timeout-minutes : 10
2929 steps :
3030 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : false
2626 matrix :
27- PYTHON_VERSION : ['3.10 ', '3.9 ', '3.8 ']
27+ PYTHON_VERSION : ['3.11 ', '3.10 ', '3.9 ']
2828 timeout-minutes : 10
2929 steps :
3030 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : false
2626 matrix :
27- PYTHON_VERSION : ['3.10 ', '3.9 ', '3.8 ']
27+ PYTHON_VERSION : ['3.11 ', '3.10 ', '3.9 ']
2828 timeout-minutes : 10
2929 steps :
3030 - uses : actions/cache@v4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors = [{name = "Python Language Server Contributors"}]
1111description = " Python Language Server for the Language Server Protocol"
1212readme = " README.md"
1313license = {text = " MIT" }
14- requires-python = " >=3.8 "
14+ requires-python = " >=3.0 "
1515dependencies = [
1616 " docstring-to-markdown" ,
1717 " importlib_metadata>=4.8.3;python_version<\" 3.10\" " ,
@@ -120,8 +120,8 @@ exclude = [
120120line-length = 88
121121indent-width = 4
122122
123- # Assume Python 3.8
124- target-version = " py38 "
123+ # Assume Python 3.9
124+ target-version = " py39 "
125125
126126[tool .ruff .lint ]
127127# https://docs.astral.sh/ruff/rules/
You can’t perform that action at this time.
0 commit comments