Skip to content

Commit

Permalink
Merge pull request #72 from StackStorm/add_py_3.9
Browse files Browse the repository at this point in the history
Add python 3.9
  • Loading branch information
amanda11 committed Nov 16, 2023
2 parents 4a00791 + 14abbaa commit 40f7325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
version:
- "3.6"
- "3.8"
- "3.9"
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -60,3 +61,4 @@ jobs:
run: |
make .lint
make .unit-tests

0 comments on commit 40f7325

Please sign in to comment.