Skip to content

Commit

Permalink
feat: 3.10 needs to be quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar committed Apr 5, 2022
1 parent 8ed40fb commit b9d6550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.7, 3.8, 3.9, 3.10] # latest release minus two
python-version: [ 3.7, 3.8, 3.9, "3.10"] # latest release minus two
requirements-file: [
django-2.2.txt,
django-3.0.txt,
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.7, 3.8, 3.9, 3.10] # latest release minus two
python-version: [ 3.7, 3.8, 3.9, "3.10"] # latest release minus two
requirements-file: [
django-2.2.txt,
django-3.0.txt,
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.7, 3.8, 3.9, 3.10] # latest release minus two
python-version: [ 3.7, 3.8, 3.9, "3.10"] # latest release minus two
requirements-file: [
django-2.2.txt,
django-3.0.txt,
Expand Down

0 comments on commit b9d6550

Please sign in to comment.