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:
Simon Hausmann 2024-04-17 18:12:00 +02:00 committed by Simon Hausmann
parent 4c1d406561
commit 6408eaf0ad
7 changed files with 15 additions and 11 deletions

View file

@ -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]")