aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-11-14 23:58:45 +0100
committerGravatar GitHub <[email protected]>2020-11-14 23:58:45 +0100
commit04764a706a80ca40919bb149860a57a868ea6737 (patch)
tree5bf6382b77f371c134f9eb00dbdd31b36f690bc2 /azure-pipelines.yml
parentAdd Notion to sponsors (diff)
parentDon't call gunicorn using os.system, patch sys.argv and call the module (diff)
Merge pull request #422 from python-discord/get_rid_of_uwsgi
Get rid of UWSGI, replace with gunicorn
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 4f90aafe..730cffb6 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -15,7 +15,7 @@ jobs:
displayName: 'Set Python Version'
name: PythonVersion
inputs:
- versionSpec: '3.7.x'
+ versionSpec: '3.9.x'
addToPath: true
- task: DockerCompose@0