🌐 AI搜索 & 代理 主页
Skip to content

Commit 4a6b936

Browse files
devdoomaridevdoomari3
authored andcommitted
add 3.9 python testing
1 parent 9b3e005 commit 4a6b936

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ workflows:
66
- test-3.6
77
- test-3.7
88
- test-3.8
9+
- test-3.9
910
jobs:
1011
test-3.6: &test-template
1112
docker:
@@ -86,4 +87,9 @@ jobs:
8687
test-3.8:
8788
<<: *test-template
8889
docker:
89-
- image: circleci/python:3.8
90+
- image: circleci/python:3.8
91+
92+
test-3.9:
93+
<<: *test-template
94+
docker:
95+
- image: circleci/python:3.9

0 commit comments

Comments
 (0)