Skip to content

Commit 74d4e4b

Browse files
authored
Merge pull request #1742 from python-gitlab/jlvillal/py311_alpha
chore: add Python 3.11 testing
2 parents af33aff + b5ec192 commit 74d4e4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
toxenv: py39
3434
- version: "3.10"
3535
toxenv: py310,smoke
36+
- version: '3.11.0-alpha - 3.11' # SemVer's version range syntax
37+
toxenv: py311,smoke
3638
include:
3739
- os: macos-latest
3840
python:

0 commit comments

Comments
 (0)