paul-rogers commented on code in PR #13252:
URL: https://github.com/apache/druid/pull/13252#discussion_r1003567677


##########
check_test_suite.py:
##########
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python3.9

Review Comment:
   Is it wise to bind this to a specific Python version? Won't we have to keep 
this updated to chase the latest version, especially on developer machines? 
Python itself is up to 3.10. I wonder if we can't sort out the reason that the 
wrong Python 3 was installed (if, indeed, it was).



##########
.travis.yml:
##########
@@ -39,9 +39,11 @@ env:
 
 addons:
   apt:
+    sources:
+      - sourceline: 'ppa:jblgf0/python'
     packages:
       - maven
-      - python3
+      - python3.9

Review Comment:
   It would seem that this is all that is needed to get the desired version. 
Shouldn't then `python3` resolve to this version?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to