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 1
1
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2
2
// README at: https://github.com/devcontainers/templates/tree/main/src/python
3
3
{
4
- "name" : " Python 3.11 " ,
4
+ "name" : " Python 3.13 " ,
5
5
// 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 " ,
7
7
"features" : {
8
8
"ghcr.io/warrenbuckley/codespace-features/sqlite:1" : {}
9
9
},
Original file line number Diff line number Diff line change 36
36
SQLITE_USER : ${{ secrets.SQLITE_USER }}
37
37
SQLITE_PASSWORD : ${{ secrets.SQLITE_PASSWORD }}
38
38
SQLITE_API_KEY : ${{ secrets.SQLITE_API_KEY }}
39
+ SQLITE_ACCESS_TOKEN : ${{ secrets.SQLITE_ACCESS_TOKEN }}
39
40
SQLITE_HOST : ${{ vars.SQLITE_HOST }}
40
41
SQLITE_DB : ${{ vars.SQLITE_DB }}
41
42
SQLITE_PORT : ${{ vars.SQLITE_PORT }}
You can’t perform that action at this time.
0 commit comments