From afdc6ae94c9aecdc71a241ce78495a9c6e1b7492 Mon Sep 17 00:00:00 2001 From: mustafa-travisci <54793885+mustafa-travisci@users.noreply.github.com> Date: Wed, 20 Jul 2022 10:18:21 +0300 Subject: [PATCH 1/2] Update default.rb Change alias for Python3.8 as well --- cookbooks/travis_ci_ubuntu_2004/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/travis_ci_ubuntu_2004/attributes/default.rb b/cookbooks/travis_ci_ubuntu_2004/attributes/default.rb index 01ac8ab19..ef3c31b7c 100644 --- a/cookbooks/travis_ci_ubuntu_2004/attributes/default.rb +++ b/cookbooks/travis_ci_ubuntu_2004/attributes/default.rb @@ -5,7 +5,7 @@ '/var/tmp/ubuntu-2004-system-info-commands.yml' override['travis_build_environment']['system_python']['pythons'] = %w[3.8] # apt packages override['travis_build_environment']['python_aliases'] = { - '3.8.3' => %w[3.8], + '3.8.13' => %w[3.8], '3.7.7' => %w[3.7], 'pypy2.7-7.3.1' => %w[pypy], 'pypy3.6-7.3.1' => %w[pypy3] From 6df674b48c9a5dfe82e8175f150f81796b7970d0 Mon Sep 17 00:00:00 2001 From: mustafa-travisci <54793885+mustafa-travisci@users.noreply.github.com> Date: Wed, 20 Jul 2022 14:25:28 +0300 Subject: [PATCH 2/2] Update python_spec.rb --- cookbooks/lib/languages/python_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/lib/languages/python_spec.rb b/cookbooks/lib/languages/python_spec.rb index b8e377b20..f9ee4a535 100644 --- a/cookbooks/lib/languages/python_spec.rb +++ b/cookbooks/lib/languages/python_spec.rb @@ -61,7 +61,7 @@ elsif 'focal'.include?(Support.distro) vers = { 'python3.7' => '3.7.7', - 'python3.8' => '3.8.3' + 'python3.8' => '3.8.13' } end