tisonkun commented on code in PR #2082:
URL: https://github.com/apache/libcloud/pull/2082#discussion_r2693723701


##########
.github/workflows/main.yml:
##########
@@ -273,38 +248,34 @@ jobs:
 
   security_checks:
     name: Run Security Checks
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-latest
 
     strategy:
       matrix:
-        python_version: [3.9]
+        python_version: [ 3.9 ]

Review Comment:
   ```suggestion
           python_version: [ 3.10 ]
   ```
   
   @micafer do you mean this?



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