File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22// README at: https://github.com/devcontainers/templates/tree/main/src/python
33{
4- "name" : " Python 3.11 " ,
4+ "name" : " Python 3.13 " ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " mcr.microsoft.com/devcontainers/python:3.11 " ,
6+ "image" : " mcr.microsoft.com/devcontainers/python:3.13 " ,
77 "features" : {
88 "ghcr.io/warrenbuckley/codespace-features/sqlite:1" : {}
99 },
Original file line number Diff line number Diff line change 3636 SQLITE_USER : ${{ secrets.SQLITE_USER }}
3737 SQLITE_PASSWORD : ${{ secrets.SQLITE_PASSWORD }}
3838 SQLITE_API_KEY : ${{ secrets.SQLITE_API_KEY }}
39+ SQLITE_ACCESS_TOKEN : ${{ secrets.SQLITE_ACCESS_TOKEN }}
3940 SQLITE_HOST : ${{ vars.SQLITE_HOST }}
4041 SQLITE_DB : ${{ vars.SQLITE_DB }}
4142 SQLITE_PORT : ${{ vars.SQLITE_PORT }}
You can’t perform that action at this time.
0 commit comments