Skip to content

Commit 6cdccd9

Browse files
authored
Merge pull request #2049 from python-gitlab/jlvillal/python_311
test: move back to using latest Python 3.11 version
2 parents 8d30b15 + 8c34781 commit 6cdccd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
toxenv: py39
3434
- version: "3.10"
3535
toxenv: py310,smoke
36-
- version: '3.11.0-beta.1'
36+
- version: '3.11.0-alpha - 3.11' # SemVer's version range syntax
3737
toxenv: py311,smoke
3838
include:
3939
- os: macos-latest

0 commit comments

Comments
 (0)