# HG changeset patch # User Seyf <25712100+SeyfSV@users.noreply.github.com> # Date 1604164682 -10800 # Sat Oct 31 20:18:02 2020 +0300 # Node ID 05ff9712e3d43138bfbefba5dc72e9cc212a6196 # Parent 400389115aa3bec3439e9be818a971e29bbd00f6 Add python 3.9 testing diff --git a/.github/workflows/install-tests.yml b/.github/workflows/install-tests.yml --- a/.github/workflows/install-tests.yml +++ b/.github/workflows/install-tests.yml @@ -10,7 +10,7 @@ strategy: matrix: environment: ['macos-latest', 'windows-latest', 'ubuntu-latest'] - python-version: [2.7, 3.5, 3.6, 3.7, 3.8] + python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] python-architecture: ['x86', 'x64'] mq-client-version: [9.1.5.0] exclude: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -8,14 +8,13 @@ jobs: pymqi_test_job: strategy: - max-parallel: 3 matrix: environment: ['ubuntu-latest'] # windows-latest: runner does allow to run ibmcom/mq linux container # macos-latest: runner does not have docker # macos-latest: has some issues in SeyfSV/setup-mqclient@master action #environment: ['ubuntu-latest', 'macos-latest', 'windows-latest'] - python-version: [2.7, 3.5, 3.6, 3.7, 3.8] + python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] mq-client-version: [9.1.5.0] services: