mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 20:00:53 +00:00
add CN translation for adding python2 deprecation warning(MR 11115)
This commit is contained in:
@@ -77,7 +77,6 @@ build_ssc:
|
||||
- cd SSC
|
||||
- MAKEFLAGS= ./ci_build_ssc.sh
|
||||
|
||||
<<<<<<< HEAD
|
||||
build_esp_idf_tests_make:
|
||||
extends: .build_esp_idf_unit_test_template
|
||||
variables:
|
||||
|
@@ -135,9 +135,9 @@ def check_environment():
|
||||
|
||||
# check Python version
|
||||
if sys.version_info[0] < 3:
|
||||
print_warning("WARNING: Support for Python 2 is deprecated and will be removed in future versions.")
|
||||
print("WARNING: Support for Python 2 is deprecated and will be removed in future versions.")
|
||||
elif sys.version_info[0] == 3 and sys.version_info[1] < 6:
|
||||
print_warning("WARNING: Python 3 versions older than 3.6 are not supported.")
|
||||
print("WARNING: Python 3 versions older than 3.6 are not supported.")
|
||||
|
||||
# check Python dependencies
|
||||
print("Checking Python dependencies...")
|
||||
|
Reference in New Issue
Block a user