From 393aa58f2c5afd51f92fd9bd4b6dfd0dc90cea41 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 5 Aug 2022 01:00:19 -0400 Subject: New upstream version 8.2.3. --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81efafa..aeef23d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,13 +12,13 @@ jobs: strategy: fail-fast: false matrix: - python: [3.5, 3.6, 3.7, 3.8, 3.9] + python: ['3.7', '3.8', '3.9', '3.10'] image: - ubuntu-latest include: - - python: 3.9 + - python: '3.10' image: macos-latest - - python: 3.9 + - python: '3.10' image: windows-latest runs-on: '${{ matrix.image }}' steps: @@ -52,7 +52,7 @@ jobs: strategy: fail-fast: false matrix: - python: [3.9] + python: ['3.10'] image: - ubuntu-latest runs-on: '${{ matrix.image }}' @@ -81,7 +81,7 @@ jobs: strategy: matrix: python: - - 3.9 + - '3.10' runs-on: ubuntu-latest steps: - name: Check out code @@ -108,7 +108,7 @@ jobs: strategy: matrix: python: - - 3.9 + - '3.10' runs-on: ubuntu-latest steps: - name: Check out code -- cgit v1.2.3