Skip to content

Commit f4f82fd

Browse files
committed
fix: require Neovim >=0.8.0
1 parent bac50ce commit f4f82fd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
vimdoc: copy-python-path
5151
pandoc: README.md
52-
version: Neovim >= 0.7.0
52+
version: Neovim >= 0.8.0
5353
demojify: true
5454

5555
- name: generate tags
@@ -72,7 +72,7 @@ jobs:
7272
timeout-minutes: 1
7373
strategy:
7474
matrix:
75-
neovim_version: ["v0.7.2", "v0.9.5", "v0.10.4", "v0.11.0"]
75+
neovim_version: ["v0.8.0", "v0.9.5", "v0.10.4", "v0.11.0"]
7676

7777
steps:
7878
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Neovim plugin to copy the reference path of a Python symbol.
1616

1717
# Installation
1818

19-
Requires Neovim >=0.7.0.
19+
Requires Neovim >=0.8.0.
2020

2121
With [folke/lazy.nvim](https://github.com/folke/lazy.nvim):
2222

doc/copy-python-path.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*copy-python-path.txt* For Neovim >= 0.7.0 Last change: 2025 July 01
1+
*copy-python-path.txt* For Neovim >= 0.8.0 Last change: 2025 July 01
22

33
==============================================================================
44
Table of Contents *copy-python-path-table-of-contents*
@@ -37,7 +37,7 @@ Neovim plugin to copy the reference path of a Python symbol.
3737
==============================================================================
3838
3. Installation *copy-python-path-installation*
3939

40-
Requires Neovim >=0.7.0.
40+
Requires Neovim >=0.8.0.
4141

4242
With folke/lazy.nvim <https://github.com/folke/lazy.nvim>
4343

0 commit comments

Comments
 (0)