diff options
| -rwxr-xr-x | repo | 6 |
1 files changed, 2 insertions, 4 deletions
| @@ -105,9 +105,7 @@ def check_python_version(): | |||
| 105 | 105 | ||
| 106 | 106 | ||
| 107 | if __name__ == '__main__': | 107 | if __name__ == '__main__': |
| 108 | # TODO(vapier): Enable this on Windows once we have Python 3 issues fixed. | 108 | check_python_version() |
| 109 | if platform.system() != 'Windows': | ||
| 110 | check_python_version() | ||
| 111 | 109 | ||
| 112 | 110 | ||
| 113 | # repo default configuration | 111 | # repo default configuration |
| @@ -134,7 +132,7 @@ if not REPO_REV: | |||
| 134 | # limitations under the License. | 132 | # limitations under the License. |
| 135 | 133 | ||
| 136 | # increment this whenever we make important changes to this script | 134 | # increment this whenever we make important changes to this script |
| 137 | VERSION = (2, 3) | 135 | VERSION = (2, 4) |
| 138 | 136 | ||
| 139 | # increment this if the MAINTAINER_KEYS block is modified | 137 | # increment this if the MAINTAINER_KEYS block is modified |
| 140 | KEYRING_VERSION = (2, 3) | 138 | KEYRING_VERSION = (2, 3) |
