From 36b168635dc6e5b294fb69f486f9c10912f80e95 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 19 Jun 2021 18:18:08 +0200 Subject: [PATCH] Test against python 3.9 --- .github/workflows/pythonpackage.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index e396c32..6c4e30f 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -16,7 +16,7 @@ jobs: max-parallel: 9 fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.7, 3.8, 3.9] os: [ubuntu-latest, windows-latest, macOS-latest] steps: diff --git a/README.md b/README.md index 709ab12..96226ec 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ cleantoots config login ``` ## Tested environments -Cleantoots test suite runs on Python 3.6, 3.7 and 3.8 +Cleantoots test suite runs on Python 3.7, 3.8 and 3.9 on latest versions of macOS, Windows and Ubuntu as GitHub Actions understands it. See [the docs](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idruns-on)