diff options
| author | Nejc Habjan <hab.nejc@gmail.com> | 2021-12-13 02:29:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-13 02:29:30 +0100 |
| commit | 74d4e4b9113b375c5a18bcdf47e03d3fc2ee23d3 (patch) | |
| tree | d7a2d67f25aa76e8ed5b52e27718deb5be7b9d00 | |
| parent | af33affa4888fa83c31557ae99d7bbd877e9a605 (diff) | |
| parent | b5ec192157461f7feb326846d4323c633658b861 (diff) | |
| download | gitlab-74d4e4b9113b375c5a18bcdf47e03d3fc2ee23d3.tar.gz | |
Merge pull request #1742 from python-gitlab/jlvillal/py311_alpha
chore: add Python 3.11 testing
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d13f600..cc012bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,6 +33,8 @@ jobs: toxenv: py39 - version: "3.10" toxenv: py310,smoke + - version: '3.11.0-alpha - 3.11' # SemVer's version range syntax + toxenv: py311,smoke include: - os: macos-latest python: |
