diff -pruN 0.7.0-2/debian/changelog 0.7.0-3/debian/changelog
--- 0.7.0-2/debian/changelog	2025-10-14 00:56:08.000000000 +0000
+++ 0.7.0-3/debian/changelog	2025-10-16 12:30:48.000000000 +0000
@@ -1,3 +1,9 @@
+tree-sitter-vim (0.7.0-3) unstable; urgency=medium
+
+  * Require tree-sitter-cli >= 0.25 for autopkgtest
+
+ -- James McCoy <jamessan@debian.org>  Thu, 16 Oct 2025 08:30:48 -0400
+
 tree-sitter-vim (0.7.0-2) unstable; urgency=medium
 
   * Upload to unstable
diff -pruN 0.7.0-2/debian/tests/control 0.7.0-3/debian/tests/control
--- 0.7.0-2/debian/tests/control	2025-10-14 00:56:08.000000000 +0000
+++ 0.7.0-3/debian/tests/control	2025-10-16 12:30:48.000000000 +0000
@@ -1,5 +1,5 @@
 Tests: smoke
-Depends: tree-sitter-cli, tree-sitter-vim-src
+Depends: tree-sitter-cli (>= 0.25), tree-sitter-vim-src
 
 Test-Command: /usr/share/dh-rust/bin/cargo-auto-test tree-sitter-vim 0.7.0 --all-targets --all-features
 Features:
