diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docs.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 04f47b6..727ef5e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: pip install tox - name: Build docs @@ -28,7 +28,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: pip install tox twine wheel - name: Check twine readme rendering diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44708d3..1280962 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,8 @@ jobs: toxenv: py37 - python-version: 3.8 toxenv: py38 + - python-version: 3.9 + toxenv: py39 steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -40,7 +42,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: pip install tox pytest-github-actions-annotate-failures - name: Run tests @@ -55,7 +57,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: pip install tox pytest-github-actions-annotate-failures - name: Run tests |
