* drop py36, pypy-3.7, test py311, other housecleaning * wheel builder update * also circle * we can do more
15 lines
348 B
TOML
15 lines
348 B
TOML
[build-system]
|
|
# Must be kept in sync with `setup_requirements` in `setup.py`
|
|
requires = [
|
|
"setuptools>=42.0.0",
|
|
"wheel",
|
|
"setuptools-rust",
|
|
]
|
|
# Point to the setuptools' PEP517 build backend explicitly to
|
|
# disable Pip's fallback guessing
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
line-length = 79
|
|
target-version = ["py37"]
|