| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Filipe Laíns <lains@riseup.net>
|
|
performed by running "pyupgrade --py36-plus" and committing the results
|
|
The Cython generation depends on cstorer.pxd as well, so add that as
dependency.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
On Windows, we can build with both 32-bit and 64-bit compilers, but the
Python is either 32-bit or 64-bit. Check the architecture of the found
Python libraries and don't use them if they don't match our
build_machine.
Also skip the tests if the Python 3 dependency is not found.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|