Skip to content

Commit 58b7526

Browse files
committed
Bump python install versions for Connect
1 parent 1e43d3f commit 58b7526

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

connect/NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 2024-05-30
22

3-
- BREAKING: Upgrade installed R versions to 4.4.0 and 4.3.3.
3+
- BREAKING:
4+
- Upgrade installed R versions to 4.4.0 and 4.3.3.
5+
- Upgrade installed Python versions to 3.12.1 and 3.11.7.
46
- Enables TensorFlow Serving.
57
- Installs the TensorFlow Serving universal binary.
68

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ variable PACKAGE_MANAGER_BUILD_MATRIX {
118118
variable CONNECT_BUILD_MATRIX {
119119
default = {
120120
builds = [
121-
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.9.17", py_alternate = "3.8.17", quarto = DEFAULT_QUARTO_VERSION},
121+
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.12.1", py_alternate = "3.11.7", quarto = DEFAULT_QUARTO_VERSION},
122122
]
123123
}
124124
}

0 commit comments

Comments
 (0)