mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
Updates testing to python 3.9 (#548)
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user