Skip to content

Commit

Permalink
azure does not yet support python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gwasser committed Oct 19, 2021
1 parent 08c41b7 commit 7a4046b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,12 @@ strategy:
Python39Django22:
PYTHON_VERSION: '3.9'
DJANGO_VERSION: '22'
Python310Django22:
PYTHON_VERSION: '3.10'
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'
maxParallel: 10

steps:
Expand Down

0 comments on commit 7a4046b

Please sign in to comment.