mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 04:18:14 +00:00
Python: build against abi3 to support multiple Python versions
- Upgrade to pyo3 0.21 to enable timedelta for chrono - Enable abi3 for multi-python support
This commit is contained in:
parent
4c1d406561
commit
6408eaf0ad
7 changed files with 15 additions and 11 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
import nox
|
||||
|
||||
@nox.session
|
||||
@nox.session(python="3.10")
|
||||
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