Skip to content

Commit

Permalink
Upgrade default Python from 2.7 --> 3.7
Browse files Browse the repository at this point in the history
Like travis-ci#1678 but with Python 3.7 instead of 3.6.  Python >= 3.7 _requires_ __dist: xenial__.
  • Loading branch information
cclauss authored Apr 6, 2019
1 parent cdab8ec commit 9d99b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/travis/build/script/python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Build
class Script
class Python < Script
DEFAULTS = {
python: '2.7',
python: '3.7',
virtualenv: { system_site_packages: false }
}

Expand Down

0 comments on commit 9d99b56

Please sign in to comment.