Merge pull request #295 from SamR1/drop-pgsql10-support

Drop PostgreSQL 10 support
This commit is contained in:
Sam 2023-02-16 09:29:16 +01:00 committed by GitHub
commit d2c0e2103b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)