williamboman / mason.nvim

Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
Apache License 2.0
7.22k stars 258 forks source link

fix(pypi): exclude python3.12 from candidate list #1722

Closed williamboman closed 1 month ago

williamboman commented 1 month ago

Support for python3.12 among pypi packages is pretty poor, this limits the upper bound to python3.11 instead.