mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-10-31 21:11:06 +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
		
			
				
	
	
		
			3 lines
		
	
	
		
			88 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			88 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import sys
 | |
| if __name__ == '__main__':
 | |
|     print(f"Using GIL: {sys._is_gil_enabled()}\n") |