Test against python 3.9
This commit is contained in:
parent
5b4391e1a3
commit
36b168635d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue