summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrepo6
1 files changed, 2 insertions, 4 deletions
diff --git a/repo b/repo
index 743c28b3..77e80284 100755
--- a/repo
+++ b/repo
@@ -105,9 +105,7 @@ def check_python_version():
105 105
106 106
107if __name__ == '__main__': 107if __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
137VERSION = (2, 3) 135VERSION = (2, 4)
138 136
139# increment this if the MAINTAINER_KEYS block is modified 137# increment this if the MAINTAINER_KEYS block is modified
140KEYRING_VERSION = (2, 3) 138KEYRING_VERSION = (2, 3)