poetry: update pygls to version 0.12 (#55)
Update pygls to version 0.12 to remove a conflict with jedi-language-server which requires pygls "^0.12" and set the minimum python version to py37 (as required by pygls 0.12). This commit also bumps the cmake-language-server version to 0.1.36
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
python: ["3.7", "3.8", "3.9", "3.10"]
|
||||
os: [ubuntu-18.04, windows-2019]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user