damccorm commented on code in PR #24347:
URL: https://github.com/apache/beam/pull/24347#discussion_r1035288063


##########
.test-infra/jenkins/LoadTestsBuilder.groovy:
##########
@@ -43,7 +43,8 @@ class LoadTestsBuilder {
 
 
   static void loadTest(context, String title, Runner runner, SDK sdk, 
Map<String, ?> options,
-      String mainClass, List<String> jobSpecificSwitches = null, String 
requirementsTxtFile = null) {
+      String mainClass, List<String> jobSpecificSwitches = null, String 
requirementsTxtFile = null,
+      String pythonVersion = null) {

Review Comment:
   Sounds good - missed that 3.7 is the default. When we eventually deprecate 
3.7 we should probably move all of these to our latest supported version (3.10 
or 3.11) to reduce future churn.



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