Skip to content

Commit

Permalink
Adjust CI & devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 8, 2024
1 parent 28f6e8c commit 7477caa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": {
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick an Alpine version: 3.10, 3.11, 3.12
"args": { "VARIANT": "3.12" }
"args": { "VARIANT": "3.13" }
},

// Set *default* container specific settings.json values on container create.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
DEBIAN_LATEST: "bookworm"
UBUNTU_LATEST: "20.4"
RASPBIAN_LATEST: "bullseye"
PYTHON_LATEST: "3.12"
PYTHON_LATEST: "3.13"

jobs:
init:
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
matrix:
arch: ${{ fromJson(needs.init.outputs.architectures_alpine) }}
version: ["3.18", "3.19", "3.20"]
python: ["3.10", "3.11", "3.12"]
python: ["3.11", "3.12", "3.13"]
steps:
- name: Checkout the repository
uses: actions/[email protected]
Expand Down

0 comments on commit 7477caa

Please sign in to comment.