Merge pull request #459 from SamR1/drop-pgsql11-support

Drop PostgreSQL 11 support
This commit is contained in:
Sam 2023-11-22 10:56:14 +01:00 committed by GitHub
commit 13e31f8680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ jobs:
--health-retries 5 --health-retries 5
strategy: strategy:
matrix: matrix:
psql-version: [ "11", "12", "13", "14", "16" ] psql-version: [ "12", "13", "14", "16" ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install Poetry and Dependencies - name: Install Poetry and Dependencies

View File

@ -23,7 +23,7 @@ Prerequisites
- mandatory - mandatory
- Python >= 3.8.1 - Python >= 3.8.1
- PostgreSQL 11+ - PostgreSQL 12+
- optional - optional
- Redis for task queue (if email sending is enabled and for data export requests) and API rate limits - 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) - SMTP provider (if email sending is enabled)