mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-09-18 03:13:25 +00:00
Add python3.9 tests to CI
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -17,6 +17,8 @@ jobs:
|
|||||||
toxenv: py37
|
toxenv: py37
|
||||||
- version: 3.8
|
- version: 3.8
|
||||||
toxenv: py38
|
toxenv: py38
|
||||||
|
- version: 3.9
|
||||||
|
toxenv: py39
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ matrix.python.version }}
|
- name: Set up Python ${{ matrix.python.version }}
|
||||||
|
Reference in New Issue
Block a user