diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cbeb640d..af489f3a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ exclude: | ) default_language_version: - python: python3.9 + python: python3.8 repos: - repo: https://github.com/pre-commit/pre-commit-hooks diff --git a/Dockerfile b/Dockerfile index 6658fbe5..2365f893 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.8 EXPOSE 8080 diff --git a/InboxDockerfile b/InboxDockerfile index f03a4f17..678f972b 100644 --- a/InboxDockerfile +++ b/InboxDockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.8 EXPOSE 8081 diff --git a/Pipfile b/Pipfile index d7d4d565..d51ca80f 100644 --- a/Pipfile +++ b/Pipfile @@ -26,4 +26,4 @@ requests = "*" [dev-packages] [requires] -python_version = "3.9" +python_version = "3.8" diff --git a/pyproject.toml b/pyproject.toml index 5a29d9ce..33c72fab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Discours DevTeam "] license = "MIT" [tool.poetry.dependencies] -python = "^3.9" +python = "^3.8" html2text = "*" aioredis = "*" ariadne = "*"