mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	switch to python 3.9
This commit is contained in:
		
							
								
								
									
										10
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -20,7 +20,7 @@ jobs: | |||||||
|         name: Set up Python |         name: Set up Python | ||||||
|         uses: actions/setup-python@v2 |         uses: actions/setup-python@v2 | ||||||
|         with: |         with: | ||||||
|           python-version: 3.7 |           python-version: 3.9 | ||||||
|       - |       - | ||||||
|         name: Get pip cache dir |         name: Get pip cache dir | ||||||
|         id: pip-cache |         id: pip-cache | ||||||
| @@ -59,7 +59,7 @@ jobs: | |||||||
|         name: Set up Python |         name: Set up Python | ||||||
|         uses: actions/setup-python@v2 |         uses: actions/setup-python@v2 | ||||||
|         with: |         with: | ||||||
|           python-version: 3.7 |           python-version: 3.9 | ||||||
|       - |       - | ||||||
|         name: Get pip cache dir |         name: Get pip cache dir | ||||||
|         id: pip-cache |         id: pip-cache | ||||||
| @@ -100,7 +100,7 @@ jobs: | |||||||
|     runs-on: ubuntu-20.04 |     runs-on: ubuntu-20.04 | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         python-version: ['3.6', '3.7', '3.8', '3.9'] |         python-version: ['3.7', '3.8', '3.9'] | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
|     steps: |     steps: | ||||||
|       - |       - | ||||||
| @@ -136,7 +136,7 @@ jobs: | |||||||
|           pytest |           pytest | ||||||
|       - |       - | ||||||
|         name: Publish coverage results |         name: Publish coverage results | ||||||
|         if: matrix.python-version == '3.8' |         if: matrix.python-version == '3.9' | ||||||
|         env: |         env: | ||||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||||
|         # https://github.com/coveralls-clients/coveralls-python/issues/251 |         # https://github.com/coveralls-clients/coveralls-python/issues/251 | ||||||
| @@ -182,7 +182,7 @@ jobs: | |||||||
|         name: Set up Python |         name: Set up Python | ||||||
|         uses: actions/setup-python@v2 |         uses: actions/setup-python@v2 | ||||||
|         with: |         with: | ||||||
|           python-version: 3.7 |           python-version: 3.9 | ||||||
|       - |       - | ||||||
|         name: Install dependencies |         name: Install dependencies | ||||||
|         run: | |         run: | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler