added python 3.10 support

This commit is contained in:
GawdOfROFL
2021-10-10 00:52:41 +05:30
parent fd6985370d
commit e4e3a9f4ed
7 changed files with 132 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ endif()
set(PYTHON_VERSIONS
10 11 13 14 15 16 # Python 1.1 and 1.2 are marshal-identical
20 21 22 23 24 25 26 27
30 31 32 33 34 35 36 37 38 39
30 31 32 33 34 35 36 37 38 39 310
)
foreach(ver ${PYTHON_VERSIONS})