You've already forked setup-python
							
							
				mirror of
				https://github.com/actions/setup-python.git
				synced 2025-11-04 00:36:40 +07:00 
			
		
		
		
	* 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 = "*" |