Skip to content

Commit 8affa65

Browse files
committed
Drop support for Bazel 7
1 parent 2afbf8e commit 8affa65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ matrix:
33
- macos_arm64
44
- ubuntu2404
55
- windows
6-
bazel: [7.x, 8.x]
6+
bazel: [8.x]
77
tasks:
88
verify_targets:
99
name: Verify build targets

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module(
22
name = "cxx.rs",
33
version = "0.0.0",
4-
bazel_compatibility = [">=7.2.1"],
4+
bazel_compatibility = [">=8.0.0"],
55
compatibility_level = 1,
66
)
77

0 commit comments

Comments
 (0)