This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 1ebd60533ad1b4a9384716fd2c2dcf43fcd78674 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Sat Jun 29 12:43:36 2024 +0200 Don't try to run install tests under Python 3.5 since it's EOL and build is now also failing with older version of Ubuntu runner. --- .github/workflows/install_test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/install_test.yml b/.github/workflows/install_test.yml index b018b1951..3283111e7 100644 --- a/.github/workflows/install_test.yml +++ b/.github/workflows/install_test.yml @@ -29,10 +29,8 @@ jobs: - "3.11" - "pypy-3.7" include: - # python 3.5 + 3.6 is not supported with ubuntu-latest anymore so we need to + # python 3.6 is not supported with ubuntu-latest anymore so we need to # use ubuntu 20.04 - - python_version: 3.5 - os: ubuntu-20.04 - python_version: 3.6 os: ubuntu-20.04