diff --git a/.github/workflows/.tests-python.yml b/.github/workflows/.tests-python.yml index 958c8bae..76b967dc 100644 --- a/.github/workflows/.tests-python.yml +++ b/.github/workflows/.tests-python.yml @@ -71,7 +71,7 @@ jobs: --health-retries 5 strategy: matrix: - psql-version: [ "10", "11", "12", "13", "15" ] + psql-version: [ "11", "12", "13", "15" ] steps: - uses: actions/checkout@v2 - name: Install Poetry and Dependencies diff --git a/docs/_sources/installation.rst.txt b/docs/_sources/installation.rst.txt index a000747b..057e7180 100644 --- a/docs/_sources/installation.rst.txt +++ b/docs/_sources/installation.rst.txt @@ -24,7 +24,7 @@ Prerequisites - mandatory - Python 3.7+ - - PostgreSQL 10+ + - PostgreSQL 11+ - optional - Redis for task queue (if email sending is enabled) and API rate limits - SMTP provider (if email sending is enabled)