Switch CI to use 3.9 stable

This commit is contained in:
Quantum 2020-10-05 17:56:32 -04:00
parent 8b1b5c6f80
commit 44f3b36b81

View file

@ -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 }}