File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515env :
1616 # Common versions
17- PYTHON_VERSION : ' 3.11 '
17+ PYTHON_VERSION : ' 3.13 '
1818 HATCH_VERSION : ' 1.16.5'
1919 DOCKER_BUILDX_VERSION : ' v0.24.0'
2020
2121 # These environment variables are important to the Crossplane CLI install.sh
2222 # script. They determine what version it installs.
2323 XP_CHANNEL : stable
24- XP_VERSION : v1.20 .0
24+ XP_VERSION : v2.2 .0
2525
2626 # The package to push, without a version tag. The default matches GitHub. For
2727 # example xpkg.crossplane.io/crossplane/function-template-go. Note that
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
33# It's important that this is Debian 12 to match the distroless image.
4- FROM debian:12 -slim AS build
4+ FROM debian:13 -slim AS build
55
66RUN --mount=type=cache,target=/var/lib/apt/lists \
77 --mount=type=cache,target=/var/cache/apt \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66name = " function"
77description = ' A composition function'
88readme = " README.md"
9- requires-python = " >=3.11,<3.12 "
9+ requires-python = " >=3.11,<3.14 "
1010license = " Apache-2.0"
1111keywords = []
1212authors = [{ name = " Crossplane Maintainers" , email = " info@crossplane.io" }]
You can’t perform that action at this time.
0 commit comments