Require python 3.11
This commit is contained in:
		
							parent
							
								
									8838340e7d
								
							
						
					
					
						commit
						11d0667b83
					
				
					 3 changed files with 4 additions and 3 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/checks.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/checks.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -18,7 +18,7 @@ jobs: | |||
|     - name: Set up Python | ||||
|       uses: actions/setup-python@v3 | ||||
|       with: | ||||
|         python-version: '3.x' | ||||
|         python-version: '3.11' | ||||
| 
 | ||||
|     - name: Install dependencies | ||||
|       run: | | ||||
|  |  | |||
							
								
								
									
										3
									
								
								.github/workflows/publish.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/publish.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -24,7 +24,8 @@ jobs: | |||
|     - name: Set up Python | ||||
|       uses: actions/setup-python@v3 | ||||
|       with: | ||||
|         python-version: '3.x' | ||||
|         python-version: '3.11' | ||||
| 
 | ||||
|     - name: Install dependencies | ||||
|       run: | | ||||
|         python -m pip install --upgrade pip | ||||
|  |  | |||
|  | @ -12,7 +12,7 @@ authors = [ | |||
|     { name = "Cute Engineering", email = "contact@cute.engineering" }, | ||||
| ] | ||||
| readme = "README.md" | ||||
| requires-python = ">=3.10" | ||||
| requires-python = ">=3.11" | ||||
| license = { text = "MIT" } | ||||
| dynamic = ["version", "dependencies"] | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue