diff options
| author | Nejc Habjan <hab.nejc@gmail.com> | 2021-01-29 13:29:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-29 13:29:06 +0100 |
| commit | 48cb89bad043f7e406e2358a20512653fc40556d (patch) | |
| tree | 15fee1ba3509befc5ddf46ed4e28f4e59138d69a /.github | |
| parent | 55c8c96e476f72cd8225c6033b4fb2ea800b55e6 (diff) | |
| parent | 4b4e25399f35e204320ac9f4e333b8cf7b262595 (diff) | |
| download | gitlab-2.6.0.tar.gz | |
Merge pull request #1273 from python-gitlab/chore/python3-9v2.6.0
chore: offically support and test 3.9
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 |
