mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-01 01:48:46 +08:00 
			
		
		
		
	Drop Python 3.7 support
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @ -8,7 +8,7 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     strategy: | ||||
|       matrix: | ||||
|         python_version: [3.7, 3.8, 3.9, '3.10', '3.11'] | ||||
|         python_version: [3.8, 3.9, '3.10', '3.11'] | ||||
|  | ||||
|     steps: | ||||
|     - uses: actions/checkout@v3 | ||||
| @ -48,7 +48,7 @@ jobs: | ||||
|     - name: Set up Python | ||||
|       uses: actions/setup-python@v4 | ||||
|       with: | ||||
|         python-version: 3.7 | ||||
|         python-version: 3.8 | ||||
|     - name: Install dependencies | ||||
|       shell: bash | ||||
|       run: | | ||||
|  | ||||
							
								
								
									
										4
									
								
								.github/workflows/documentation.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/documentation.yml
									
									
									
									
										vendored
									
									
								
							| @ -13,10 +13,10 @@ jobs: | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
|       - name: Set up Python 3.7 | ||||
|       - name: Set up Python | ||||
|         uses: actions/setup-python@v4 | ||||
|         with: | ||||
|           python-version: 3.7 | ||||
|           python-version: 3.8 | ||||
|       - name: Install dependencies | ||||
|         shell: bash | ||||
|         run: | | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 François Voron
					François Voron