301d315dc4
* Drop Python versions <3.7. * Updated README to clarify that Python 3.7 is the minimum. * Removed more Python 3.5-specific code. Also changed tests to skip missing interpreters. * Invoke tox directly instead of through Python. Hopefully this will pick up python3. * Updated java_stretch image to bullseye to get Python >= 3.7. * Use jdk11 instead of jdk8. * Installed python2 for gtest. * Use "python3 -m venv" instead of "virtualenv." * Install python3-venv. |
||
---|---|---|
.. | ||
docs | ||
linux | ||
macos | ||
release | ||
windows/csharp | ||
README.md |
Kokoro Infrastructure
The files in this directory serve as plumbing for running Protobuf tests under Kokoro, our internal CI.
We have shared this part of our CI configuration in hopes that it is helpful to contributors who want to better understand the details of our test and release processes. If there are changes, please file an issue; unfortunately, we may not be able to accept PRs (but feel free to send one if it helps to explain the issue).