diff --git a/cookbooks/travis_ci_sardonyx/attributes/default.rb b/cookbooks/travis_ci_sardonyx/attributes/default.rb index 778d2a57d..a260a801a 100644 --- a/cookbooks/travis_ci_sardonyx/attributes/default.rb +++ b/cookbooks/travis_ci_sardonyx/attributes/default.rb @@ -63,9 +63,10 @@ override['travis_build_environment']['nodejs_default'] = '8.12.0' pythons = %w[ - 2.7.15 - 3.6.7 - 3.7.1 + 2.7.17 + 3.6.10 + 3.7.6 + 3.8.1 ] # Reorder pythons so that default python2 and python3 come first