Updates testing to python 3.9 (#548)

This commit is contained in:
Ilan Steemers
2021-05-01 13:18:33 +02:00
committed by GitHub
parent 9afcb9e092
commit 685691ff4c
5 changed files with 7 additions and 5 deletions

View File

@@ -5,8 +5,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.6, 3.7, 3.8 ]
django: [ "2.2", "3.1" ]
python-version: [ 3.7, 3.8, 3.9 ]
django: [ "2.2", "3.2" ]
services:
disque:
image: efrecon/disque:1.0-rc1