Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.12.8
python 3.13.2
nodejs 20.11.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM python:3.12.8-slim-bookworm
FROM --platform=$BUILDPLATFORM python:3.13.2-slim-bookworm
ARG TARGETPLATFORM
ARG BUILDPLATFORM
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion test-nx/packages/proj1/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.8
3.13.2
4 changes: 2 additions & 2 deletions test-nx/packages/proj1/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-nx/packages/proj1/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ readme = 'README.md'
include = "proj1"

[tool.poetry.dependencies]
python = ">=3.12,<3.13"
python = ">=3.13,<3.14"

[tool.poetry.group.dev.dependencies]
autopep8 = "2.3.1"
Expand Down
Loading