From 3154842cc13d9b04b3c05c295b9b9e6aa23e83c1 Mon Sep 17 00:00:00 2001 From: Alexander Solovyov Date: Sun, 14 Nov 2021 12:31:00 +0100 Subject: [PATCH] okay lets try with xenial and 3.7 --- .github/workflows/main.yml | 2 +- Pipfile | 2 +- runtime.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 runtime.txt diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 15c5fda41..6e984e2e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2.2.2 with: - python-version: '3.8' + python-version: '3.7' - name: Setup pipenv run: | diff --git a/Pipfile b/Pipfile index 3c9e89b97..3b201df0c 100644 --- a/Pipfile +++ b/Pipfile @@ -15,4 +15,4 @@ pykwalify-webform = "==0.1.4" [dev-packages] [requires] -python_version = "3.8" +python_version = "3.7" diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 000000000..475ba515c --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +3.7