From b59c4b2e83c95ff367a83bbd8ee396c2498483d9 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Thu, 3 Nov 2022 12:28:19 +0100 Subject: Remove Python 2.7 from CI --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 49e10e60..d5885ca6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,15 +7,15 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['2.7', '3.6', '3.8', '3.10'] + python-version: ['3.6', '3.8', '3.10'] steps: - name: Git checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Use Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} -- cgit 1.4.1