From a7a6cc7738ced1a7c60f1e6fca7c4b31dbc74b84 Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Fri, 12 Mar 2021 10:50:15 -0500 Subject: [PATCH] Rolling back 3.4 and giving 3.9 a try --- .github/workflows/pr-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-actions.yml b/.github/workflows/pr-actions.yml index b5a4ed70..93d92d73 100644 --- a/.github/workflows/pr-actions.yml +++ b/.github/workflows/pr-actions.yml @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '2.7', '3.4.4', '3.5', '3.6', '3.7', '3.8'] + python-version: [ '2.7', '3.4', '3.5', '3.6', '3.7', '3.8','3.9'] pika-version: ['0.13.1', '1.1.0'] os: ['ubuntu-latest'] exclude: @@ -47,7 +47,7 @@ jobs: pika-version: '0.13.1' - python-version: '3.5' pika-version: '0.13.1' - - python-version: '3.4.4' + - python-version: '3.4' pika-version: '0.13.1' name: PyTests OS ${{ matrix.os }} - Python ${{ matrix.python-version }} - PIKA ${{ matrix.pika-version }} steps: