mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
avoid being recognized as 3.1 instead of 3.10
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ 3.7, 3.8, 3.9, 3.10 ]
|
||||
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
|
||||
django: [ "2.2", "3.2" ]
|
||||
services:
|
||||
disque:
|
||||
|
||||
Reference in New Issue
Block a user