File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ run tests. And it is scattered commands to reproduce each step of the integratio
8080### With GitHub Action
8181
8282GitHub Action test in various environment for pydolphinscheduler, including different python version in
83- ` 3.9|3. 10|3.11|3.12|3.13 ` and operating system ` linux|macOS|windows ` . It will trigger and run automatically when you
83+ ` 3.10|3.11|3.12|3.13|3.14 ` and operating system ` linux|macOS|windows ` . It will trigger and run automatically when you
8484submit pull requests to repository ` apache/dolphinscheduler-sdk-python ` .
8585
8686### Automated Testing With tox
@@ -214,7 +214,7 @@ make clean && make multiversion
214214## Unit Test
215215
216216pydolphinscheduler using [ pytest] [ pytest ] to test our codebase. GitHub Action will run our test when you create
217- pull request or commit to dev branch, with python version ` 3.9|3. 10|3.11|3.12|3.13 ` and operating system ` linux|macOS|windows ` .
217+ pull request or commit to dev branch, with python version ` 3.10|3.11|3.12|3.13|3.14 ` and operating system ` linux|macOS|windows ` .
218218
219219### Unit Test Using tox
220220
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ classifiers =
4646 Programming Language :: Python :: 3.11
4747 Programming Language :: Python :: 3.12
4848 Programming Language :: Python :: 3.13
49+ Programming Language :: Python :: 3.14
4950 Programming Language :: Python :: Implementation :: CPython
5051 Programming Language :: Python :: Implementation :: PyPy
5152 Topic :: Software Development :: User Interfaces
You can’t perform that action at this time.
0 commit comments