bump python version to 3.12 in dev container (#29670)
 The default version is 3.9.2, which is not supported by poetry. --------- Co-authored-by: silverwind <me@silverwind.io> (cherry picked from commit b253463e959c44cbd212fe1d662f2520ebfe38e6)
This commit is contained in:
		
					parent
					
						
							
								2e49c82f80
							
						
					
				
			
			
				commit
				
					
						18e0647c84
					
				
			
		
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -8,7 +8,9 @@ | ||||||
|     }, |     }, | ||||||
|     "ghcr.io/devcontainers/features/git-lfs:1.1.0": {}, |     "ghcr.io/devcontainers/features/git-lfs:1.1.0": {}, | ||||||
|     "ghcr.io/devcontainers-contrib/features/poetry:2": {}, |     "ghcr.io/devcontainers-contrib/features/poetry:2": {}, | ||||||
|     "ghcr.io/devcontainers/features/python:1": {} |     "ghcr.io/devcontainers/features/python:1": { | ||||||
|  |       "version": "3.12" | ||||||
|  |     } | ||||||
|   }, |   }, | ||||||
|   "customizations": { |   "customizations": { | ||||||
|     "vscode": { |     "vscode": { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 yp05327
				yp05327