microsoft / vscode-isort

Import sorting for python using the isort library.
https://marketplace.visualstudio.com/items?itemName=ms-python.isort
MIT License
86 stars 20 forks source link

Remove Python 3.7 from tests actions #327

Closed luabud closed 7 months ago

luabud commented 11 months ago

Given we are dropping Python 3.7 support, we could remove Python 3.7 from our tests actions: https://github.com/microsoft/vscode-black-formatter/blob/main/.github/workflows/pr-check.yml

mkt92 commented 11 months ago

@luabud Can I be assigned to this?