summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-12-13 02:29:30 +0100
committerGitHub <noreply@github.com>2021-12-13 02:29:30 +0100
commit74d4e4b9113b375c5a18bcdf47e03d3fc2ee23d3 (patch)
treed7a2d67f25aa76e8ed5b52e27718deb5be7b9d00
parentaf33affa4888fa83c31557ae99d7bbd877e9a605 (diff)
parentb5ec192157461f7feb326846d4323c633658b861 (diff)
downloadgitlab-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.yml2
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: