ci: Update Python version to 3.7

This commit is contained in:
Suraj Shetty 2021-05-12 23:13:11 +05:30
parent 75909f061c
commit 28fdb2e6fa

View File

@ -30,7 +30,7 @@ jobs:
- 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