Skip to content

Commit b19b1ec

Browse files
committed
change metadata and docs
1 parent 7af17d3 commit b19b1ec

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8282
GitHub 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
8484
submit 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

216216
pydolphinscheduler 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

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)