Skip to content

Commit c2e8bd3

Browse files
timothytlewisclaude
andcommitted
fix(rust): relax Python build dependency to allow up to 3.15
Previous cap of <3.12 was overly restrictive. Rust's build system supports newer Python versions. Widen range to <3.15 to allow building with current Python releases. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d7d5974 commit c2e8bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/rust-lang.org/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ build:
4040
dependencies:
4141
cmake.org: ^3.20
4242
ninja-build.org: ^1.10
43-
python.org: '>=3<3.12'
43+
python.org: '>=3<3.15'
4444
openssl.org: '*' # needed to build openssl-sys
4545
crates.io/semverator: 0
4646
linux:

0 commit comments

Comments
 (0)