Skip to content

Commit

Permalink
chore: add Python 3.11 testing
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JohnVillalovos committed Dec 13, 2021
1 parent af33aff commit b5ec192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -33,6 +33,8 @@ jobs:
toxenv: py39
- version: "3.10"
toxenv: py310,smoke
- version: '3.11.0-alpha - 3.11' # SemVer's version range syntax
toxenv: py311,smoke
include:
- os: macos-latest
python:
Expand Down

0 comments on commit b5ec192

Please sign in to comment.