From 4214b032c14ecf6837d3769e60726c79a3093d43 Mon Sep 17 00:00:00 2001 From: Callum Rollo Date: Sun, 18 Oct 2020 15:07:25 +0100 Subject: [PATCH 1/3] added 3.9 to py package workflow --- .github/workflows/pythonpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 583cd9a..45f9fd8 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 From b48987ec4faed3c77621a72f47743ef508ba4d1a Mon Sep 17 00:00:00 2001 From: Callum Rollo Date: Sun, 18 Oct 2020 15:08:44 +0100 Subject: [PATCH 2/3] trigger build --- .github/workflows/pythonpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 45f9fd8..3238437 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -5,7 +5,7 @@ name: Python package on: push: - branches: [ master, citests ] + branches: [ master, citests, to-3.9] pull_request: branches: [ master ] From e4ba463e84f697d40607bfe28cd4653dab497bda Mon Sep 17 00:00:00 2001 From: Callum Rollo Date: Fri, 23 Oct 2020 15:35:17 +0100 Subject: [PATCH 3/3] trigger build --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 446610f..7a8d311 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)]() [![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)]() + # cmcrameri This is a Python wrapper around Fabio Crameri's perceptually uniform colour maps