Skip to content

Commit

Permalink
Do testing with Django 4 and Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gwasser committed Jul 2, 2022
1 parent 8e8a5f2 commit 4abc0f3
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions azure-pipelines.yml
Expand Up @@ -17,18 +17,24 @@ pool:
vmImage: ubuntu-latest
strategy:
matrix:
Python38Django22:
PYTHON_VERSION: '3.8'
DJANGO_VERSION: '22'
Python39Django22:
PYTHON_VERSION: '3.9'
DJANGO_VERSION: '22'
Python38Django32:
PYTHON_VERSION: '3.8'
DJANGO_VERSION: '32'
Python39Django32:
PYTHON_VERSION: '3.9'
DJANGO_VERSION: '32'
Python310Django32:
PYTHON_VERSION: '3.10'
DJANGO_VERSION: '32'
Python38Django4:
PYTHON_VERSION: '3.8'
DJANGO_VERSION: '4'
Python39Django4:
PYTHON_VERSION: '3.9'
DJANGO_VERSION: '4'
Python310Django4:
PYTHON_VERSION: '3.10'
DJANGO_VERSION: '4'
maxParallel: 10

steps:
Expand Down

0 comments on commit 4abc0f3

Please sign in to comment.