From 8bbc3a6f9f930fab2d260652bcbcd2ff564eb123 Mon Sep 17 00:00:00 2001 From: haoranchen Date: Sat, 22 Mar 2025 11:11:37 +0800 Subject: [PATCH] docs:add python support restriction details in tests README.md --- tests/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/README.md b/tests/README.md index df8fbfc655..b3906b8ae9 100644 --- a/tests/README.md +++ b/tests/README.md @@ -19,6 +19,8 @@ This manual is intended to give developers a comprehensive guidance to test TDen > - The commands and scripts below are verified on Linux (Ubuntu 18.04/20.04/22.04). > - [taos-connector-python](https://github.com/taosdata/taos-connector-python) is used by tests written in Python, which requires Python 3.7+. > - The commands and steps described below are to run the tests on a single host. +> - The testing framework is currently compatible with Python versions 3.8 through 3.10. + # 2. Prerequisites