mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-14 06:15:30 +00:00
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:
parent
30aefd4957
commit
94c655731f
11 changed files with 207 additions and 8 deletions
|
@ -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]")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue