Add 🐍 python 3.9 to CI

This commit is contained in:
Eren Gölge
2021-06-28 17:03:47 +02:00
parent 9790eddada
commit a7617d8ab6
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
experimental: [false]
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1