mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-10-31 02:31:52 +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
		
			
				
	
	
		
			17 lines
		
	
	
		
			332 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			332 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [tool.poetry]
 | |
| name = "testactiontasks"
 | |
| version = "0.1.0"
 | |
| description = ""
 | |
| authors = ["Your Name <you@example.com>"]
 | |
| 
 | |
| [tool.poetry.dependencies]
 | |
| python = ">=3.8,<3.14"
 | |
| flake8 = "^4.0.1"
 | |
| pyinstaller = "6.10.0"
 | |
| 
 | |
| 
 | |
| [tool.poetry.dev-dependencies]
 | |
| 
 | |
| [build-system]
 | |
| requires = ["poetry-core>=1.0.0"]
 | |
| build-backend = "poetry.core.masonry.api" |