* Pin cython to below version 3 Cython 3 includes backwards incompatible changes so it's no longer possible to install pycapnp from source. * Add py311 environment I'm not sure if this is necessary, but 3.11 is out so might as well?
6 lines
124 B
TOML
6 lines
124 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel", "pkgconfig", "cython<3"]
|
|
|
|
[tool.pytest.ini_options]
|
|
asyncio_mode = "auto"
|