Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit c3f0247

Browse files
committed
2 parents 69cc0e2 + 023c224 commit c3f0247

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ workflows:
66
jobs:
77
- test-3.7
88
- test-3.8
9+
- test-3.9
910

1011
jobs:
1112
test-3.7: &test-template
@@ -44,3 +45,7 @@ jobs:
4445
docker:
4546
- image: circleci/python:3.8
4647

48+
test-3.9:
49+
<<: *test-template
50+
docker:
51+
- image: circleci/python:3.9

doc/images/mac_2.1.png

5.27 KB
Loading

doc/images/mac_2.2.png

3.72 KB
Loading

doc/images/mac_2.3.png

28.9 KB
Loading

0 commit comments

Comments
 (0)