Test Python 3.9

This commit is contained in:
Simon Conseil
2020-10-09 10:11:15 -03:00
committed by GitHub
parent e4a85742b1
commit df01c653d3

View File

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