asottile commented on a change in pull request #15866:
URL: https://github.com/apache/beam/pull/15866#discussion_r743079865



##########
File path: sdks/python/setup.py
##########
@@ -131,16 +131,14 @@ def get_version():
     # is Python standard since Python 3.7 and each Python version is compatible
     # with a specific dataclasses version.
     'dataclasses;python_version<"3.7"',
-    # orjson, only available on Python 3.6 and above
-    'orjson<4.0;python_version>="3.6"',
+    'orjson<4.0',

Review comment:
       `python_requires` below shows `>=3.6`: 
https://github.com/apache/beam/blob/7497a2c4662a826b1e6a809bba3fbaf52f02fac7/sdks/python/setup.py#L255
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to