File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
extensions/positron-python
python_files/positron_requirements Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 matrix :
132132 os : [ubuntu-latest]
133133 # Run the tests on the oldest and most recent versions of Python.
134- python : ['3.9', '3.14']
134+ python : ['3.9', '3.13', '3. 14']
135135
136136 steps :
137137 - name : Checkout
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pydocstyle
99prospector
1010pytest
1111flask
12- fastapi
12+ fastapi; python_version < '3.14'
1313uvicorn
1414django
1515testresources
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ docstring-to-markdown==0.13 \
1919 # via
2020 # -r python_files/positron_requirements/requirements.in
2121 # jedi-language-server
22+ exceptiongroup == 1.3.0 \
23+ --hash =sha256:4d111e6e0c13d0644cad6ddaa7ed0261a0b36971f6d23e7ec9b4b9097da78a10 \
24+ --hash =sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88
25+ # via cattrs
2226jedi == 0.19.2 \
2327 --hash =sha256:4770dc3de41bde3966b02eb84fbcf557fb33cce26ad23da12c742fb50ecb11f0 \
2428 --hash =sha256:a8ef22bde8490f57fe5c7681a3c83cb58874daf72b4784de3cce5b6ef6edb5b9
@@ -33,9 +37,9 @@ lsprotocol==2023.0.1 \
3337 # via
3438 # jedi-language-server
3539 # pygls
36- markdown-it-py == 4 .0.0 \
37- --hash =sha256:87327c59b172c5011896038353a81343b6754500a08cd7a4973bb48c6d578147 \
38- --hash =sha256:cb0a2b4aa34f932c007117b194e945bd74e0ec24133ceb5bac59009cda1cb9f3
40+ markdown-it-py == 3 .0.0 \
41+ --hash =sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1 \
42+ --hash =sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb
3943 # via -r python_files/positron_requirements/requirements.in
4044mdurl == 0.1.2 \
4145 --hash =sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8 \
@@ -112,4 +116,7 @@ typing-extensions==4.10.0 \
112116 --hash =sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb
113117 # via
114118 # -r python_files/positron_requirements/requirements.in
119+ # cattrs
120+ # exceptiongroup
121+ # jedi-language-server
115122 # pydantic
You can’t perform that action at this time.
0 commit comments