Switch CI to use 3.9 stable (#4)

This commit is contained in:
Guanzhong Chen 2020-10-06 12:34:31 -04:00 committed by GitHub
parent 8b1b5c6f80
commit 1de5540077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: 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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}