test on Python 3.9

This commit is contained in:
Mort Yao 2021-05-24 15:38:53 +02:00
parent 5104dd3058
commit e1db00a8fd
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
steps:
- uses: actions/checkout@v2