Skip to content

Commit 40f7325

Browse files
authored
Merge pull request #72 from StackStorm/add_py_3.9
Add python 3.9
2 parents 4a00791 + 14abbaa commit 40f7325

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint-and-unit-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
version:
3434
- "3.6"
3535
- "3.8"
36+
- "3.9"
3637
steps:
3738
- uses: actions/checkout@v3
3839

@@ -60,3 +61,4 @@ jobs:
6061
run: |
6162
make .lint
6263
make .unit-tests
64+

0 commit comments

Comments
 (0)