diff options
author | John L. Villalovos <john@sodarock.com> | 2021-12-12 17:00:50 -0800 |
---|---|---|
committer | John L. Villalovos <john@sodarock.com> | 2021-12-12 17:00:50 -0800 |
commit | b5ec192157461f7feb326846d4323c633658b861 (patch) | |
tree | d7a2d67f25aa76e8ed5b52e27718deb5be7b9d00 | |
parent | af33affa4888fa83c31557ae99d7bbd877e9a605 (diff) | |
download | gitlab-b5ec192157461f7feb326846d4323c633658b861.tar.gz |
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.
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d13f600..cc012bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |