diff options
author | Benjamin Denhartog <ben@sudoforge.com> | 2020-12-15 09:01:51 -0700 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2021-03-06 12:39:53 +0100 |
commit | 7174d5b008611effa84abeef4fb196bd46711b73 (patch) | |
tree | 14d42b389680c2801cc2d0112205e042a8670018 /.github/workflows/wee-slack.yml | |
parent | 30ab4cd511aeef5c58106126f6de2907a5ef67d8 (diff) | |
download | wee-slack-7174d5b008611effa84abeef4fb196bd46711b73.tar.gz |
feat(ci): add python 3.9 to the test matrix
Diffstat (limited to '.github/workflows/wee-slack.yml')
-rw-r--r-- | .github/workflows/wee-slack.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wee-slack.yml b/.github/workflows/wee-slack.yml index 7cb8017..60facce 100644 --- a/.github/workflows/wee-slack.yml +++ b/.github/workflows/wee-slack.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python_version: [2.7, 3.7, 3.8] + python_version: [2.7, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python_version: [2.7, 3.7, 3.8] + python_version: [2.7, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 |