Adds python3.9 to CI

This commit is contained in:
IAlibay
2020-11-18 01:27:41 +00:00
parent 9dfd87a0eb
commit b164c1db1a
2 changed files with 2 additions and 1 deletions

View File

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