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

Commit 023c224

Browse files
authored
Update to include 3.9 test
1 parent e210e2b commit 023c224

File tree

1 file changed

+5
-0
lines changed

1 file 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

0 commit comments

Comments
 (0)