diff options
-rw-r--r-- | .github/workflows/lint-test-deploy.yaml | 2 | ||||
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | Pipfile | 2 | ||||
-rw-r--r-- | Pipfile.lock | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/lint-test-deploy.yaml b/.github/workflows/lint-test-deploy.yaml index 754d2e49..7369a3b8 100644 --- a/.github/workflows/lint-test-deploy.yaml +++ b/.github/workflows/lint-test-deploy.yaml @@ -45,7 +45,7 @@ jobs: id: python uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.8' # This step caches our Python dependencies. To make sure we # only restore a cache when the dependencies, the python version, @@ -1,4 +1,4 @@ -FROM python:3.9-slim-buster +FROM python:3.8-slim-buster # Allow service to handle stops gracefully STOPSIGNAL SIGQUIT @@ -38,7 +38,7 @@ pre-commit = "~=2.1" coveralls = "~=2.1" [requires] -python_version = "3.9" +python_version = "3.8" [scripts] start = "python manage.py run --debug" diff --git a/Pipfile.lock b/Pipfile.lock index f1572032..6c5c15fa 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "8def72734d22e0ecbf17dfa6f30b829b7fd556f2bff088b9bda63d7e1887beee" + "sha256": "e84484f914589c194809bb21cdcd315cb7e8a8fe0abfa622722031f6db41e113" }, "pipfile-spec": 6, "requires": { - "python_version": "3.9" + "python_version": "3.8" }, "sources": [ { |