Skip to content

Commit 97fe061

Browse files
committed
Update Python version
1 parent 28989fe commit 97fe061

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/scripts/python/basic_structure_python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Python scripts can be and executed directly in a base using a SeaTable component
44

55
## Libraries
66

7-
The current Python Pipeline ships with Python 3.11 and a bundle of [third party libraries](/scripts/python/common_questions/#list-of-libraries-supported-in-the-cloud-environment). One of the bundled library and the main library to interact with SeaTable bases is [seatable-api](https://github.com/seatable/seatable-api-python).
7+
The current Python Pipeline ships with Python 3.12 and a bundle of [third party libraries](/scripts/python/common_questions/#list-of-libraries-supported-in-the-cloud-environment). One of the bundled library and the main library to interact with SeaTable bases is [seatable-api](https://github.com/seatable/seatable-api-python).
88

99
At a minimum, the Base and context function from the seatable-api library must be imported. Additionally, you can import functions from the bundled libraries.
1010

docs/scripts/python/common_questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
__Python Standard Library__
4545

46-
The cloud environment currently utilizes **Python 3.11**. This version supports all modules in the Python 3.11 standard library. Common built-in libraries such as `os`, `sys`, `datetime`, and others are readily available for use in your scripts.
46+
The cloud environment currently utilizes **Python 3.12**. This version supports all modules in the Python 3.12 standard library. Common built-in libraries such as `os`, `sys`, `datetime`, and others are readily available for use in your scripts.
4747

4848
__Third-Party Libraries__
4949

0 commit comments

Comments
 (0)