Skip to content

Commit b5ec192

Browse files
chore: add Python 3.11 testing
Add a unit test for Python 3.11. This will use the latest version of Python 3.11 that is available from https://github.com/actions/python-versions/ At this time it is 3.11.0-alpha.2 but will move forward over time until the final 3.11 release and updates. So 3.11.0, 3.11.1, ... will be matched.
1 parent af33aff commit b5ec192

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
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)