ci: add py3.9

This commit is contained in:
Rossen Georgiev 2021-02-17 22:19:40 +00:00
parent 55d85c6bc5
commit f5776bf2f7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
steps:
- uses: actions/checkout@v2
- name: Set up Python Env