Merge pull request #295 from SamR1/drop-pgsql10-support
Drop PostgreSQL 10 support
This commit is contained in:
commit
d2c0e2103b
2
.github/workflows/.tests-python.yml
vendored
2
.github/workflows/.tests-python.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
|||||||
--health-retries 5
|
--health-retries 5
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
psql-version: [ "10", "11", "12", "13", "15" ]
|
psql-version: [ "11", "12", "13", "15" ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install Poetry and Dependencies
|
- name: Install Poetry and Dependencies
|
||||||
|
@ -24,7 +24,7 @@ Prerequisites
|
|||||||
|
|
||||||
- mandatory
|
- mandatory
|
||||||
- Python 3.7+
|
- Python 3.7+
|
||||||
- PostgreSQL 10+
|
- PostgreSQL 11+
|
||||||
- optional
|
- optional
|
||||||
- Redis for task queue (if email sending is enabled) and API rate limits
|
- Redis for task queue (if email sending is enabled) and API rate limits
|
||||||
- SMTP provider (if email sending is enabled)
|
- SMTP provider (if email sending is enabled)
|
||||||
|
Loading…
Reference in New Issue
Block a user