You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I appreciate all the work and effort you put into the development and maintenance of your software.
I would like to use docstrfmt in neovim with mason and mason-tool-installer but mason does not support that tilde version comparator requires-python = "~=3.8".
So I ask if you would mind to change this expression to something like >=3.8,<4. After that change I would be able to create a PR for a new package docstrfmt at mason-registry and after that it could easily be auto-installed with mason-tool-installer.nvim.
Thank you for considering this request!
Best regards,
Mitch
The text was updated successfully, but these errors were encountered:
Hello,
First, I appreciate all the work and effort you put into the development and maintenance of your software.
I would like to use docstrfmt in neovim with mason and mason-tool-installer but mason does not support that tilde version comparator requires-python = "~=3.8".
So I ask if you would mind to change this expression to something like
>=3.8,<4
. After that change I would be able to create a PR for a new package docstrfmt at mason-registry and after that it could easily be auto-installed with mason-tool-installer.nvim.Thank you for considering this request!
Best regards,
Mitch
The text was updated successfully, but these errors were encountered: