Add Python 3.9 terminal tests

This commit is contained in:
SkeletalDemise 2021-02-27 17:42:00 -08:00 committed by GitHub
parent dcc1791414
commit c3f0699fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}