Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2f45e47

Browse files
committedMay 26, 2025·
chore(venv): setup latest devcontainer
1 parent fa0c20f commit 2f45e47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.devcontainer/py3.11/devcontainer.json renamed to ‎.devcontainer/py3.13/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
},

‎.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)
Please sign in to comment.