diff options
author | 2020-11-14 23:58:45 +0100 | |
---|---|---|
committer | 2020-11-14 23:58:45 +0100 | |
commit | 04764a706a80ca40919bb149860a57a868ea6737 (patch) | |
tree | 5bf6382b77f371c134f9eb00dbdd31b36f690bc2 /azure-pipelines.yml | |
parent | Add Notion to sponsors (diff) | |
parent | Don'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.yml | 2 |
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 |