Skip to content

Commit

Permalink
Small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Dec 4, 2024
1 parent 3a9a91f commit 3e34577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/py312/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"args": {
"NAME": "py_trees-312",
"POETRY_VERSION": "1.8.4",
"PYTHON_VERSION": "3.12.8",
"PYTHON_VERSION": "3.12.4",
"DEBIAN_VERSION": "bullseye"
},
"context": ".."
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push_poetry_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}-ci
POETRY_VERSION: 1.3.2
PYTHON_PRIMARY_VERSION: 3.10.16
PYTHON_PRIMARY_VERSION: 3.10.15
PYTHON_PRIMARY_TAG: py310
PYTHON_SECONDARY_VERSION: 3.12.8
PYTHON_SECONDARY_VERSION: 3.12.4
PYTHON_SECONDARY_TAG: py312
DEBIAN_VERSION: bullseye

Expand Down

0 comments on commit 3e34577

Please sign in to comment.