mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 22:54:14 +00:00 
			
		
		
		
	Add support for Python 3.11
This commit is contained in:
		
				
					committed by
					
						 Pablo Santiago Blum de Aguiar
						Pablo Santiago Blum de Aguiar
					
				
			
			
				
	
			
			
			
						parent
						
							3f71959b1b
						
					
				
				
					commit
					b79e104df8
				
			
							
								
								
									
										4
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -8,14 +8,14 @@ on: | ||||
|     types: [opened, reopened] | ||||
|  | ||||
| env: | ||||
|   PYTHON_LATEST: "3.10" | ||||
|   PYTHON_LATEST: "3.11" | ||||
|  | ||||
| jobs: | ||||
|   test: | ||||
|     strategy: | ||||
|       matrix: | ||||
|         os: [ubuntu-latest, macos-latest, windows-latest] | ||||
|         python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] | ||||
|         python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] | ||||
|       fail-fast: false | ||||
|     runs-on: ${{ matrix.os }} | ||||
|     steps: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user