From 73cb1bfc7b77644e5296e671beff7905a3573ffe Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Mon, 26 Oct 2020 16:29:29 -0400 Subject: [PATCH] add python 3.9 to CI tests --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5dea8f5..af084471 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,10 +14,10 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ['2.7', '3.5', '3.6', '3.7', '3.8'] + python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9'] include: - os: macos-latest - python-version: '3.8' + python-version: '3.9' runs-on: ${{ matrix.os }} name: test (py${{ matrix.python-version }} ${{ matrix.os }}) steps: