From a3e90af62b61ddcb5fde60a44e0aa0a3e3e4c8ae Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 22 Nov 2023 10:43:36 +0100 Subject: [PATCH 1/2] CI - remove PGSQL 11 job --- .github/workflows/.tests-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.tests-python.yml b/.github/workflows/.tests-python.yml index 8de726d1..7f37cae2 100644 --- a/.github/workflows/.tests-python.yml +++ b/.github/workflows/.tests-python.yml @@ -77,7 +77,7 @@ jobs: --health-retries 5 strategy: matrix: - psql-version: [ "11", "12", "13", "14", "16" ] + psql-version: [ "12", "13", "14", "16" ] steps: - uses: actions/checkout@v3 - name: Install Poetry and Dependencies From fec1a41a27830f143a646222e0c6624ebfb9d1fd Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 22 Nov 2023 10:43:52 +0100 Subject: [PATCH 2/2] Docs - update requirements --- docsrc/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsrc/source/installation.rst b/docsrc/source/installation.rst index 3e620e27..2147cc67 100644 --- a/docsrc/source/installation.rst +++ b/docsrc/source/installation.rst @@ -23,7 +23,7 @@ Prerequisites - mandatory - Python >= 3.8.1 - - PostgreSQL 11+ + - PostgreSQL 12+ - optional - Redis for task queue (if email sending is enabled and for data export requests) and API rate limits - SMTP provider (if email sending is enabled)