We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af33aff + b5ec192 commit 74d4e4bCopy full SHA for 74d4e4b
1 file changed
.github/workflows/test.yml
@@ -33,6 +33,8 @@ jobs:
33
toxenv: py39
34
- version: "3.10"
35
toxenv: py310,smoke
36
+ - version: '3.11.0-alpha - 3.11' # SemVer's version range syntax
37
+ toxenv: py311,smoke
38
include:
39
- os: macos-latest
40
python:
0 commit comments