AnandInguva commented on a change in pull request #16008:
URL: https://github.com/apache/beam/pull/16008#discussion_r802063883



##########
File path: .github/workflows/python_tests.yml
##########
@@ -173,12 +174,12 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
-        python: [3.6, 3.7, 3.8]
+        python: [3.6, 3.7, 3.8, 3.9]
         exclude:
           # TODO remove exclusion after issue with protobuf is solved
           # https://github.com/protocolbuffers/protobuf/issues/7765
           - os: windows-latest
-            python: 3.8
+            python: 3.9

Review comment:
       According the PR, this is solved for 3.9[Wheels are now present for 
Windows] IIUC. Can you check the PR and if it solved, can we remove the 
`exclude` for Python 3.9?




-- 
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