Set build target to python 3.6

This commit is contained in:
Mykola Grymalyuk
2021-03-13 20:59:32 -07:00
parent be9bb8bef1
commit 377b29f317
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: "3.6"
- name: Install Python Dependencies
run: |
python3 -m pip install -U pip