summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Update Cython to 0.29.30Inada Naoki2022-05-231-1/+1
|
* build: Create tox environments using a known Cython version (#408)masterAlex Willmer2021-01-271-0/+8
This change causes Tox to run the project's setup.py in a virtualenv (default path is .tox/.package). The required version of Cython is installed, rather than whatever version is installed system wide.