aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/provider/python.lua
Commit message (Collapse)AuthorAge
* fix(provider)!: drop Python 3.7, 3.8 support #33088v1nh1shungry2025-03-28
| | | | | | Problem: #33022 didn't update `min_version` to 3.9, therefore Python 3.7 and 3.8 are still available. Solution: Update `min_version` to 3.9.
* feat(provider/python)!: add python 3.13, drop 3.7 and 3.8 (EOL) #33022Eisuke Kawashima2025-03-22
| | | | | https://devguide.python.org/versions/ Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
* refactor: rewrite ruby provider in luadundargoc2024-01-24
|
* refactor: rewrite python provider in luadundargoc2024-01-22