1
0
forked from aniani/vim

patch 8.2.2876: configure cannot detect Python 3.10

Problem:    Configure cannot detect Python 3.10.
Solution:   Use sys.version_info. (closes #8233)
This commit is contained in:
Bram Moolenaar
2021-05-21 11:43:58 +02:00
parent 5cf94577cf
commit 23c0192166
3 changed files with 4 additions and 2 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2876,
/**/
2875,
/**/