googleapis / python-crc32c

Apache License 2.0
25 stars 27 forks source link

build: add presubmit scripts using kokoro #235

Closed parthea closed 2 months ago

parthea commented 2 months ago

This PR includes code from https://github.com/googleapis/python-crc32c/pull/214 and code which was removed in https://github.com/googleapis/python-crc32c/pull/51

BEGIN_COMMIT_OVERRIDE feat: build using Visual Studio 17 2022 instead of Visual Studio 16 2019 fix: drop support for Windows 32bit which is not supported in Visual Studio 17 2022 build: add Kokoro configuration files for presubmit testing build: add Kokoro configuration files for continuous testing fix: drop support for python 3.7 and 3.8 END_COMMIT_OVERRIDE

Towards https://github.com/googleapis/python-crc32c/issues/178 Towards https://github.com/googleapis/python-crc32c/issues/149