Skip to content

Commit 433d27b

Browse files
chore: add Python 3.11.0-alpha.2
Try out Python 3.11.0-alpha.2 and make sure it doesn't break python-gitlab
1 parent af33aff commit 433d27b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
python:
4343
version: "3.10"
4444
toxenv: py310,smoke
45+
- os: ubuntu-latest
46+
python:
47+
version: '3.11.0-alpha - 3.11.0' # SemVer's version range syntax
48+
toxenv: py311,smoke
4549
steps:
4650
- uses: actions/checkout@v2
4751
- name: Set up Python ${{ matrix.python.version }}

0 commit comments

Comments
 (0)