Closes #6767: Add support for Python 3.9

This commit is contained in:
jeremystretch
2021-07-19 10:43:52 -04:00
parent e88d5ff535
commit 5f59e6c5b9
9 changed files with 9 additions and 12 deletions

View File

@@ -25,7 +25,6 @@ body:
label: Python version
description: What version of Python are you currently running?
options:
- 3.6
- 3.7
- 3.8
- 3.9

View File

@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
services:
redis:
image: redis