Skip to content

Commit d1b43b6

Browse files
authored
Bump MSRV to Rust 1.85, Edition to 2024, and PyO3 to 0.26 (#1510)
* Bump MSRV to 1.85 and use edition 2024 * Fix Clippy lints * Bump to PyO3 0.25 (intermediary step) * Bump to PyO3 0.26 and start working on deprecation fixes * Address PyObject -> Py<PyAny> * Even more PyObject -> Py<PyAny> * yet more PyObject -> Py<PyAny> * cargo fmt * Almost done with PyObject -> Py<PyAny> conversions * Last batch of PyO3 0.26 changes * cargo update * Add release note for MSRV * Fix release note * Bump pest * cargo fmt + cargo clippy after merge * expr_2021 -> expr * Apply edition 2014 to latest PR
1 parent feda690 commit d1b43b6

File tree

120 files changed

+899
-861
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+899
-861
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
]
7272
include:
7373
# Test ARM + minimal supported Rust version
74-
- rust: 1.79.0
74+
- rust: 1.85.1
7575
python-version: "3.10"
7676
platform: { os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" }
7777
msrv: "MSRV"

0 commit comments

Comments
 (0)