Add Python typings for Rust declared types (#7575)

This comes with a bump of the Python version to 3.11
due to the need for typing.Self.
This commit is contained in:
Simon Hausmann 2025-02-09 16:06:34 +01:00 committed by GitHub
parent 30aefd4957
commit 94c655731f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 207 additions and 8 deletions

View file

@ -3,7 +3,7 @@
import nox
@nox.session(python="3.10")
@nox.session(python="3.11")
def python(session: nox.Session):
session.env["MATURIN_PEP517_ARGS"] = "--profile=dev"
session.install(".[dev]")