Skip to content

Commit

Permalink
update python version to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ks6088ts committed Dec 30, 2024
1 parent da2363c commit a5f9a9e
Show file tree
Hide file tree
Showing 3 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
@@ -1,7 +1,7 @@
{
"name": "template-python",
// https://mcr.microsoft.com/en-us/product/devcontainers/python/tags
"image": "mcr.microsoft.com/devcontainers/python:dev-3.10-bookworm",
"image": "mcr.microsoft.com/devcontainers/python:dev-3.13-bookworm",
"customizations": {
"vscode": {
"extensions": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
platform:
- "ubuntu-latest"
python-version:
- "3.10"
- "3.13"
runs-on: ${{ matrix.platform }}
timeout-minutes: 5
steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ DOCKER_COMMAND ?= python template_python/core.py

# Tools
TOOLS_DIR ?= $(HOME)/.local/bin
TRIVY_VERSION ?= 0.56.2
TRIVY_VERSION ?= 0.58.1

.PHONY: docker-build
docker-build: ## build Docker image
Expand Down

0 comments on commit a5f9a9e

Please sign in to comment.