[ 
https://issues.apache.org/jira/browse/BEAM-12000?focusedWorklogId=723185&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-723185
 ]

ASF GitHub Bot logged work on BEAM-12000:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Feb/22 21:14
            Start Date: 08/Feb/22 21:14
    Worklog Time Spent: 10m 
      Work Description: AnandInguva commented on a change in pull request 
#16008:
URL: https://github.com/apache/beam/pull/16008#discussion_r802038958



##########
File path: build.gradle.kts
##########
@@ -347,12 +358,14 @@ tasks.register("runBeamDependencyCheck") {
 }
 
 tasks.register("whitespacePreCommit") {
+  // TODO(BEAM-8890): Find a better way to specify the tasks without 
hardcoding py version.

Review comment:
       Replace BEAM-8890 with BEAM-9980

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

##########
File path: build.gradle.kts
##########
@@ -347,12 +358,14 @@ tasks.register("runBeamDependencyCheck") {
 }
 
 tasks.register("whitespacePreCommit") {
+  // TODO(BEAM-8890): Find a better way to specify the tasks without 
hardcoding py version.
   dependsOn(":sdks:python:test-suites:tox:py38:archiveFilesToLint")
   dependsOn(":sdks:python:test-suites:tox:py38:unpackFilesToLint")
   dependsOn(":sdks:python:test-suites:tox:py38:whitespacelint")
 }
 
 tasks.register("typescriptPreCommit") {
+  // TODO(BEAM-8890): Find a better way to specify the tasks without 
hardcoding py version.

Review comment:
       Replace BEAM-8890 with BEAM-9980

##########
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:
       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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 723185)
    Time Spent: 21h 20m  (was: 21h 10m)

> Support Python 3.9 in Apache Beam
> ---------------------------------
>
>                 Key: BEAM-12000
>                 URL: https://issues.apache.org/jira/browse/BEAM-12000
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core
>            Reporter: Valentyn Tymofieiev
>            Assignee: Valentyn Tymofieiev
>            Priority: P1
>          Time Spent: 21h 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to