Add python 3.9 to GitHub CI workflow to catch removed methods

This commit is contained in:
Mark Tearle
2020-12-02 11:25:01 +08:00
parent 0ebd343cba
commit f9cf97e98a
+1 -1
View File
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.7]
python-version: [2.7, 3.7, 3.9]
steps:
- uses: actions/checkout@master
- name: Setup python