mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-31 03:38:56 +08:00 
			
		
		
		
	 8d9ed9ac5c
			
		
	
	8d9ed9ac5c
	
	
	
		
			
			* include freethread e2e testing and upgrade cache from 4.0.0 to 4.0.2 * include verify gil step and validated python version * Rename files * include ubuntu-arm runners for testing
		
			
				
	
	
		
			13 lines
		
	
	
		
			172 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			172 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [[source]]
 | |
| url = "https://pypi.org/simple"
 | |
| verify_ssl = true
 | |
| name = "pypi"
 | |
| 
 | |
| [packages]
 | |
| flake8 = "==6.0.0"
 | |
| numpy = "==2.2.4"
 | |
| 
 | |
| [dev-packages]
 | |
| 
 | |
| [requires]
 | |
| python_version = "*" |