Add python3.9 tests to CI

This commit is contained in:
Ethan Paul 2020-11-26 12:54:14 -05:00
parent eebd16383d
commit e96f4fb5e5
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6

View File

@ -17,6 +17,8 @@ jobs:
toxenv: py37
- version: 3.8
toxenv: py38
- version: 3.9
toxenv: py39
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python.version }}