From 0930ad1511aef487da13756b6210bd84215e889a Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 19 Oct 2020 19:43:36 +0100 Subject: [PATCH] Test on released Python 3.9 and tidy YAML (#180) --- .github/workflows/test-gnofract4d.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-gnofract4d.yml b/.github/workflows/test-gnofract4d.yml index 06f07b873..1bef191de 100644 --- a/.github/workflows/test-gnofract4d.yml +++ b/.github/workflows/test-gnofract4d.yml @@ -1,10 +1,10 @@ name: Test Gnofract 4D on: - pull_request: - types: [opened, reopened, ready_for_review, synchronize] - push: - branches: ["master"] + pull_request: + types: [opened, reopened, ready_for_review, synchronize] + push: + branches: ["master"] jobs: run: @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - python: [3.8,3.9.0-rc.1] + python: [3.8, 3.9] toxenv: [py] include: - os: macos-10.15