aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint-test-deploy.yaml2
-rw-r--r--Dockerfile2
-rw-r--r--Pipfile2
-rw-r--r--Pipfile.lock4
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,
diff --git a/Dockerfile b/Dockerfile
index c01d1a01..ccc8c1d4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.9-slim-buster
+FROM python:3.8-slim-buster
# Allow service to handle stops gracefully
STOPSIGNAL SIGQUIT
diff --git a/Pipfile b/Pipfile
index 6bca3eb9..8a341650 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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": [
{