Test against python 3.9

This commit is contained in:
Gabriel Augendre 2021-06-19 18:18:08 +02:00
parent 5b4391e1a3
commit 36b168635d
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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)