Merge pull request #459 from SamR1/drop-pgsql11-support
Drop PostgreSQL 11 support
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/.tests-python.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/.tests-python.yml
									
									
									
									
										vendored
									
									
								
							@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user