diff options
Diffstat (limited to '.github/workflows')
-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 |