tests/test-wireproto-clientreactor.py
changeset 41119 685cf59a134f
parent 40482 07b87ee2ea75
child 43076 2372284d9457
--- a/tests/test-wireproto-clientreactor.py	Sun Jan 06 15:17:03 2019 -0500
+++ b/tests/test-wireproto-clientreactor.py	Sun Jan 06 15:25:10 2019 -0500
@@ -601,7 +601,7 @@
         self.assertEqual(meta[b'data'], response2)
 
 if __name__ == '__main__':
-    if (3, 6, 0) <= sys.version_info <= (3, 6, 3):
+    if (3, 6, 0) <= sys.version_info < (3, 6, 4):
         # Python 3.6.0 through 3.6.3 inclusive shipped with
         # https://bugs.python.org/issue31825 and we can't run these
         # tests on those specific versions of Python. Sigh.