tvalentyn commented on a change in pull request #16008:
URL: https://github.com/apache/beam/pull/16008#discussion_r802133429
##########
File path: .github/workflows/python_tests.yml
##########
@@ -140,12 +141,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:
Thanks for catching!
--
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]