From 6602daf6168659ad134713814a04bc11208ad48b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 26 Nov 2023 01:28:08 +0100 Subject: workflows/ci: Bionic is no more --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 888b4ba..7e58424 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,8 @@ jobs: test: strategy: matrix: - python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.x] - # 3.4 is not available on Focal. - runs-on: ubuntu-18.04 + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 3.x] + runs-on: ubuntu-latest name: 'Python ${{ matrix.python-version }}' env: PIP_DISABLE_PIP_VERSION_CHECK: 1 -- cgit v1.2.3