File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,10 @@ python -c "import sys; print(sys.version_info[:2])" > version.txt
2020set /p version = < version.txt
2121IF " %version% " LSS " 3.10" (
2222 echo Your version of Python is not supported. Please install Python 3.10
23- echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
2423 pause
2524)
2625IF " %version% " GEQ " 3.11" (
2726 echo Your version of Python is not supported. Please install Python 3.10
28- echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
2927 pause
3028)
3129
Original file line number Diff line number Diff line change @@ -17,12 +17,10 @@ python -c "import sys; print(sys.version_info[:2])" > version.txt
1717set /p version = < version.txt
1818IF " %version% " LSS " 3.10" (
1919 echo Your version of Python is not supported. Please install Python 3.10
20- echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
2120 pause
2221)
2322IF " %version% " GEQ " 3.11" (
2423 echo Your version of Python is not supported. Please install Python 3.10
25- echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
2624 pause
2725)
2826
You can’t perform that action at this time.
0 commit comments