From 1de5540077039e9e88531c047e71fcc5cb01e58c Mon Sep 17 00:00:00 2001 From: Guanzhong Chen Date: Tue, 6 Oct 2020 12:34:31 -0400 Subject: [PATCH] Switch CI to use 3.9 stable (#4) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 199f27c..ee75631 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.6, 3.7, 3.8, 3.9.0-alpha - 3.9 ] + python-version: [ 3.6, 3.7, 3.8, 3.9 ] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}