[7.x] Add Python 3.9 to CI

Co-authored-by: Seth Michael Larson <[email protected]>
This commit is contained in:
github-actions[bot]
2020-11-19 13:46:10 -06:00
committed by GitHub
co-authored by Seth Michael Larson
parent 465185d3a0
commit a1cac1aaad
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- name: Checkout Repository