Skip to content

Commit 6756ad8

Browse files
committed
Change lint python version in build file
1 parent 7e957ff commit 6756ad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ tasks.register("pythonDockerBuildPreCommit") {
328328

329329
tasks.register("pythonLintPreCommit") {
330330
// TODO(https://github.com/apache/beam/issues/20209): Find a better way to specify lint and formatter tasks without hardcoding py version.
331-
dependsOn(":sdks:python:test-suites:tox:py37:lint")
331+
dependsOn(":sdks:python:test-suites:tox:py310:lint")
332332
}
333333

334334
tasks.register("pythonFormatterPreCommit") {

0 commit comments

Comments
 (0)