patch 8.2.0130: Python3 ranges are not tested

Problem:    Python3 ranges are not tested.
Solution:   Add test. (Dominique Pelle, closes #5498)
diff --git a/src/version.c b/src/version.c
index 4f7b789..5723465 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    130,
+/**/
     129,
 /**/
     128,