commit | 28fdb2e6fae00abae6df5df5e3dbe4fba0430f31 | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Wed May 12 23:13:11 2021 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Wed May 12 23:13:11 2021 +0530 |
tree | a3632d5c6ab05cc0045d96792a70e5abb9d6498d | |
parent | 75909f061c2e8019938f1e1b9b3621dbc81bd8c3 [diff] |
ci: Update Python version to 3.7
diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index 6f831ac..92685e2 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml
@@ -30,7 +30,7 @@ - name: Setup Python uses: actions/setup-python@v2 with: - python-version: 3.6 + python-version: 3.7 - name: Add to Hosts run: echo "127.0.0.1 test_site" | sudo tee -a /etc/hosts