Skip to content

Commit

Permalink
Merge pull request #111 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 authored Nov 16, 2023
2 parents f56f7f5 + 90f23dd commit af96b13
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 @@ -19,6 +19,7 @@ jobs:
version:
- "3.6"
- "3.8"
- "3.9"
steps:
- uses: actions/checkout@v3

Expand All @@ -41,3 +42,4 @@ jobs:
run: |
make .lint
make .unit-tests

0 comments on commit af96b13

Please sign in to comment.